diff options
-rw-r--r-- | sql/updates/world/3.3.5/2018_04_04_08_world_335.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_04_04_08_world_335.sql b/sql/updates/world/3.3.5/2018_04_04_08_world_335.sql new file mode 100644 index 00000000000..9db838f6f1f --- /dev/null +++ b/sql/updates/world/3.3.5/2018_04_04_08_world_335.sql @@ -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); |