diff options
author | Killyana <morphone1@gmail.com> | 2017-12-05 18:32:54 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-12-05 18:32:54 +0100 |
commit | ff3e2afbf57bb690cf6bcfbcd2de9ea6205dde52 (patch) | |
tree | 9468b8775c0b196fe4e3a49750ba45115fbe0b6e | |
parent | f65ca9393e1d4f960e63451874a472c3f50abe8a (diff) |
DB/Creature: Remove a wrong script
-rw-r--r-- | sql/updates/world/3.3.5/2017_12_05_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_05_01_world.sql b/sql/updates/world/3.3.5/2017_12_05_01_world.sql new file mode 100644 index 00000000000..e990dd8e848 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_05_01_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `smart_scripts` WHERE `entryorguid`=22091 AND `source_type`=0; +UPDATE `creature_template` SET `AIName`="" WHERE `entry`=22091; |