diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-10-30 19:04:40 +0100 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-11-26 16:07:21 +0100 |
commit | a2b8940aaa947e919446abef09714a7fc9cfdf54 (patch) | |
tree | f1eebd2f3e8e66a13267e5646b9896d5c57d52dd | |
parent | d8c699acaeea6aa3cb7bc83f0ea7d3c9c826b1cf (diff) |
DB/SAI: remove SAI from gameobject Felhound Poo.
Aura apply is now handled by the related trap.
(cherry picked from commit f494aeba9b3771c3c332c4f7fbdf8fbef9d3a465)
-rw-r--r-- | sql/updates/world/master/2017_11_26_02_world_2016_10_30_08_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |