diff options
| author | offl <offl@users.noreply.github.com> | 2020-04-30 17:15:58 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-04-30 17:15:58 +0200 |
| commit | c4f5f4f0175146700ce0cb4b686db0e0b1ad6b98 (patch) | |
| tree | 7a6c4a0bebaec2bd8f8a7074e0aa0a246a6c5408 | |
| parent | cf849df50af0e930b08c0fa3cd1bb4426be9c69a (diff) | |
DB/Creature: Faire Cannon Trigger should spawn only if Darkmoon Faire is active
Closes #24520
| -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); |
