fix(DB/GameEvent): Remove midsummer pole in K3 (#23614)
This commit is contained in:
parent
c0a88e7c4a
commit
7b0000d6ee
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `game_event_gameobject` WHERE `eventEntry`=1 AND `guid`=5;
|
||||
INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES(1, 5);
|
||||
Loading…
Add table
Add a link
Reference in a new issue