mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
fix(DB/Gameobject): update initial state of some Brazier spawns (#18633)
- sniff sql parses were showing both initial states and apparently the wrong one was chosen when updating all Brazier spawns with sniffed values
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- update initial state of some Brazier gameobject spawns
|
||||
UPDATE `gameobject` SET `state` = 1 WHERE (`id` = 174744) AND (`guid` = 15229);
|
||||
UPDATE `gameobject` SET `state` = 1 WHERE (`id` = 174745) AND (`guid` = 15544);
|
||||
UPDATE `gameobject` SET `state` = 1 WHERE (`id` = 178247) AND (`guid` = 47873);
|
||||
Reference in New Issue
Block a user