diff options
author | Malcrom <malcromdev@gmail.com> | 2013-07-01 12:45:56 -0230 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2013-07-01 12:45:56 -0230 |
commit | cf21fd44b258a2dbc0ee02159095fc46fb07f0e9 (patch) | |
tree | d17ec81cd6a0b2ac45c9fb78bc0fe40169348784 | |
parent | f31c560a3cb95ff8a0ee3348e90144876c115756 (diff) |
DB?Creature_template: Fix a few creatures with AIName and Scriptname.
-rw-r--r-- | sql/updates/world/2013_07_01_03_world_creature_template.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_01_03_world_creature_template.sql b/sql/updates/world/2013_07_01_03_world_creature_template.sql new file mode 100644 index 00000000000..6813f7d5156 --- /dev/null +++ b/sql/updates/world/2013_07_01_03_world_creature_template.sql @@ -0,0 +1,4 @@ +UPDATE `creature_template` SET `ScriptName`='' WHERE `entry` IN (14282,10876,14389); +UPDATE `creature_template` SET `AIName`='' WHERE `entry` IN (11946,11947,11948,11949,14762,14763,14764,14765,14772,14773,14776,14777); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (11947,11948); +DELETE FROM `creature_ai_scripts` WHERE `creature_id` IN (14762,14763,14764,14765,14772,14773,14776,14777); |