From c70bd6f5e49366f4d023682a182a51f0b743965e Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 28 Feb 2024 20:40:22 +0100 Subject: Scripts/Forge of Souls: Fixed Devourer of Souls achievement worldstate expression requirement and rotate beam tick timing --- sql/updates/world/master/2024_02_28_06_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2024_02_28_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_02_28_06_world.sql b/sql/updates/world/master/2024_02_28_06_world.sql new file mode 100644 index 00000000000..5e097014259 --- /dev/null +++ b/sql/updates/world/master/2024_02_28_06_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `criteria_data` WHERE `ScriptName`='achievement_three_faced'; + +DELETE FROM `world_state` WHERE `ID`=4927; +INSERT INTO `world_state` (`ID`,`DefaultValue`,`MapIDs`,`AreaIDs`,`Comment`) VALUES +(4927,0,'632',NULL,'The Forge of Souls - Devourer of Souls - Three Faced achievement failed'); -- cgit v1.2.3