When I add vendors to make a mall, where are the vendors new locations stored in the SQL database? I just want to make sure I don't overwrite that database and have to start from scratch. Thanks in advance.
Printable View
When I add vendors to make a mall, where are the vendors new locations stored in the SQL database? I just want to make sure I don't overwrite that database and have to start from scratch. Thanks in advance.
If you make new npc's then they wont be spawned anywhere. Unless you or anyone else in your staff have spawned them.
That's exactly what I'm asking. I have spawned new vendors outside of Stormwind. Where are there locations stored in SQL? I do a lot of DB updates and just want to make sure i either back the table up or don't overwrite it on accident. It was pretty time consuming making the mall to how I want it and I don't want to lose it on accident.
There should be a table called creature_spawns.
The locations are saved in there.
thanks you rock!