mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
DB/Weather: added missing weather data for Uldum
This commit is contained in:
3
sql/updates/world/4.3.4/2022_08_12_00_world.sql
Normal file
3
sql/updates/world/4.3.4/2022_08_12_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `game_weather` WHERE `zone`= 5034;
|
||||
INSERT INTO `game_weather` (`zone`, `spring_storm_chance`, `summer_storm_chance`, `fall_storm_chance`, `winter_storm_chance`, `ScriptName`) VALUES
|
||||
(5034, 15, 15, 15, 15, '');
|
||||
Reference in New Issue
Block a user