From f03dc799591afe9421b1970fa9b07465bf6ef312 Mon Sep 17 00:00:00 2001 From: ariel- Date: Mon, 13 Jun 2016 04:16:58 -0300 Subject: Core/Script: moved SAI to cpp for The Etymidian, closes #17053 (#17330) --- sql/updates/world/3.3.5/9999_99_99_99_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/9999_99_99_99_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/9999_99_99_99_world.sql b/sql/updates/world/3.3.5/9999_99_99_99_world.sql new file mode 100644 index 00000000000..d2ad9c21b39 --- /dev/null +++ b/sql/updates/world/3.3.5/9999_99_99_99_world.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `AIName`='' WHERE `entry`=28092; +DELETE FROM `smart_scripts` WHERE `entryorguid`=28092 AND `source_type`=0; -- cgit v1.2.3