From a771f210a62bf3660b20219aefe67a01bc4cf905 Mon Sep 17 00:00:00 2001 From: Meji Date: Sun, 27 Oct 2024 14:02:12 +0100 Subject: Scripts/Durotar: Handle phase aura application for Hellscream's Fist areatrigger (8595) --- sql/updates/world/master/2024_10_27_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2024_10_27_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_10_27_03_world.sql b/sql/updates/world/master/2024_10_27_03_world.sql new file mode 100644 index 00000000000..912698f475c --- /dev/null +++ b/sql/updates/world/master/2024_10_27_03_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `areatrigger_scripts` WHERE `entry`=8595; +INSERT INTO `areatrigger_scripts` VALUES +(8595, 'at_hellscreams_fist_gunship'); -- cgit v1.2.3