diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2020_04_30_00_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_30_00_world_335.sql b/sql/updates/world/3.3.5/2020_04_30_00_world_335.sql new file mode 100644 index 00000000000..1ff0fe97b19 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_04_30_00_world_335.sql @@ -0,0 +1,5 @@ +-- Faire Cannon Trigger should spawn only if Darkmoon Faire is active +DELETE FROM `game_event_creature` WHERE `guid` IN (111084,111094); +INSERT INTO `game_event_creature` (`eventEntry`,`guid`) VALUES +(4,111084), +(3,111094); |
