mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
8
sql/updates/world/3.3.5/2018_04_04_08_world_335.sql
Normal file
8
sql/updates/world/3.3.5/2018_04_04_08_world_335.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--
|
||||
DELETE FROM `game_event_creature` WHERE (`eventEntry`=55 AND `guid`=70996) OR (`eventEntry`=56 AND `guid` IN (75914, 79018, 75475, 88156));
|
||||
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
|
||||
(55, 70996),
|
||||
(56, 75914),
|
||||
(56, 79018),
|
||||
(56, 75475),
|
||||
(56, 88156);
|
||||
Reference in New Issue
Block a user