From 482e0dad30ccb88ae4d518fc205f1cd76202fed7 Mon Sep 17 00:00:00 2001 From: Keader Date: Wed, 6 Mar 2019 16:15:03 +0100 Subject: Creature/Script: Daegarn Remove the incorrect SAI and move it to cpp --- sql/updates/world/3.3.5/2019_03_06_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_03_06_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_03_06_02_world.sql b/sql/updates/world/3.3.5/2019_03_06_02_world.sql new file mode 100644 index 00000000000..5fb9a878759 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_06_02_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET AIName="" WHERE `entry` IN (24151); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (24151) AND `source_type`=0; -- cgit v1.2.3