From a2b8940aaa947e919446abef09714a7fc9cfdf54 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sun, 30 Oct 2016 19:04:40 +0100 Subject: DB/SAI: remove SAI from gameobject Felhound Poo. Aura apply is now handled by the related trap. (cherry picked from commit f494aeba9b3771c3c332c4f7fbdf8fbef9d3a465) --- sql/updates/world/master/2017_11_26_02_world_2016_10_30_08_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2017_11_26_02_world_2016_10_30_08_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_11_26_02_world_2016_10_30_08_world.sql b/sql/updates/world/master/2017_11_26_02_world_2016_10_30_08_world.sql new file mode 100644 index 00000000000..0fd201e6cc8 --- /dev/null +++ b/sql/updates/world/master/2017_11_26_02_world_2016_10_30_08_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject_template` SET `AIName`="" WHERE `entry`=184980; +DELETE FROM `smart_scripts` WHERE `entryorguid`=184980; -- cgit v1.2.3