cmangos / wotlk-db

A content database for mangos-wotlk, and World of Warcraft Client Patch 3.3.5
GNU General Public License v3.0
108 stars 96 forks source link

Support question( #1301

Closed rmzV closed 6 months ago

rmzV commented 6 months ago

Hello! i know that, inside game i can find npc id with command ".npc info"

is there are equivalents for ingame objects id and ingame items id?

thanks

ps also there are is workflow question: if i must change some strings in sql file, right approach will be, creating sql-injection file with: a) DELETE statement and INSERT INTO right string b) UPDATE string with right data?

Grz3s commented 6 months ago

.gobject near X - where x = range (example) .gobject near 10 This will show you all objects in 10y range.

a) - DELETE/INSERT - when addin smth new. b) - UPDATE to stuff that already exist