mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/GameEvent: Fix Stranglethorn Fishing Extravaganza Turn-ins and Darkmoon Faire Building
Closes #23011
This commit is contained in:
5
sql/updates/world/3.3.5/2020_06_22_00_world.sql
Normal file
5
sql/updates/world/3.3.5/2020_06_22_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Stranglethorn Fishing Extravaganza Turn-ins
|
||||
UPDATE `game_event` SET `holiday`= 0, `holidayStage`= 0 WHERE `eventEntry`= 62;
|
||||
-- Darkmoon Faire Building (Mulgore / Terokkar Forest)
|
||||
UPDATE `game_event` SET `length`= 4320, `holiday`= 375, `holidayStage`= 1 WHERE `eventEntry`= 71;
|
||||
UPDATE `game_event` SET `length`= 4320, `holiday`= 376, `holidayStage`= 1 WHERE `eventEntry`= 77;
|
||||
Reference in New Issue
Block a user