diff options
author | Malcrom <malcromdev@gmail.com> | 2013-12-22 14:41:37 -0330 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2013-12-22 14:41:37 -0330 |
commit | 5055a8fde4f0423c1b5a8328a21ccae9db2ac619 (patch) | |
tree | 7d9a39bd98837212d0861519c30feb19aeacf446 /sql | |
parent | bc9961ec5c96c174e494eb1813601429049271af (diff) |
Scripting/Bloodmaul Brute: CombatAI moved to cpp for quest 10512.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2013_12_22_05_world_misc.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_12_22_05_world_misc.sql b/sql/updates/world/2013_12_22_05_world_misc.sql new file mode 100644 index 00000000000..cf0734f0d6d --- /dev/null +++ b/sql/updates/world/2013_12_22_05_world_misc.sql @@ -0,0 +1,5 @@ +-- Bloodmaul Brute +SET @ENTRY := 19991; +UPDATE `creature_template` SET `AIName`='',`ScriptName`= 'npc_bloodmaul_brute' WHERE `entry`=@ENTRY; +DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=@ENTRY; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=@ENTRY; |