DB/Weather: added missing weather data for Uldum

This commit is contained in:
Ovahlord
2022-08-12 23:32:40 +02:00
parent 6d79ced79a
commit e4ea987bab

View 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, '');