mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/Gameobject): Pumpkin wrong placement (#2057)
* fix(DB/Gameobject): Pumpkin wrong placement - Added to game_event_gameobject
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1562236589279335600');
|
||||
|
||||
DELETE FROM `game_event_gameobject` WHERE `guid` IN (78033,78066,78105,78106,78107,78109,78111,78113,78117,78120);
|
||||
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`)
|
||||
VALUES
|
||||
(12,78033),
|
||||
(12,78066),
|
||||
(12,78105),
|
||||
(12,78106),
|
||||
(12,78107),
|
||||
(12,78109),
|
||||
(12,78111),
|
||||
(12,78113),
|
||||
(12,78117),
|
||||
(12,78120);
|
||||
Reference in New Issue
Block a user