mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/GameObject): Correct Karazhan's entrance hall door's spawn data (#8320)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633565365065272800');
|
||||
|
||||
-- Door (Karazhan)
|
||||
UPDATE `gameobject` SET `map` = 0, `zoneId` = 0, `areaId` = 0 WHERE `guid` = 14033 AND `id` = 176578;
|
||||
Reference in New Issue
Block a user