diff --git a/sql/updates/world/4.3.4/2022_08_12_00_world.sql b/sql/updates/world/4.3.4/2022_08_12_00_world.sql new file mode 100644 index 00000000000..761ca101fa6 --- /dev/null +++ b/sql/updates/world/4.3.4/2022_08_12_00_world.sql @@ -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, '');