diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-10-30 19:04:40 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-30 19:04:40 +0100 | 
| commit | f494aeba9b3771c3c332c4f7fbdf8fbef9d3a465 (patch) | |
| tree | be18b5c52c5fc83421f59c32850422ae2dcdcb33 | |
| parent | 8498c768fac22939debe19b3846015bb1b15b47d (diff) | |
DB/SAI: remove SAI from gameobject Felhound Poo.
Aura apply is now handled by the related trap.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_30_08_world.sql | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/sql/updates/world/3.3.5/2016_10_30_08_world.sql b/sql/updates/world/3.3.5/2016_10_30_08_world.sql new file mode 100644 index 00000000000..0fd201e6cc8 --- /dev/null +++ b/sql/updates/world/3.3.5/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; | 
