mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(DB/Gameobject): add missing script to some fire places (#18768)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- add missing script to some fire places
|
||||
-- Campfire
|
||||
UPDATE `gameobject_template` SET `ScriptName` = 'go_flames' WHERE (`entry` = 177324);
|
||||
|
||||
-- Burning Embers
|
||||
UPDATE `gameobject_template` SET `ScriptName` = 'go_flames' WHERE (`entry` BETWEEN 3832 AND 3838);
|
||||
Reference in New Issue
Block a user