aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-09-01 17:40:52 +0200
committertreeston <treeston.mmoc@gmail.com>2016-09-01 17:40:52 +0200
commit5f43e7b964d48d57ec7fabdbf36a832aee53dca4 (patch)
tree83aa0cba9910134548e76741122ae5de93332c7b
parent65d0a9478dfcd6c503f78bdf91510e671ea0354f (diff)
DB/Creature: Fix Cabal Abjurist SAI
-rw-r--r--sql/updates/world/3.3.5/2016_09_01_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_01_00_world.sql b/sql/updates/world/3.3.5/2016_09_01_00_world.sql
new file mode 100644
index 00000000000..ccb48a9c87a
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_09_01_00_world.sql
@@ -0,0 +1,5 @@
+-- Fix Cabal Abjurist SAI
+DELETE FROM `smart_scripts` WHERE `entryorguid`=21660 AND `source_type`=0;
+INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`event_type`,`event_chance`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`target_type`,`target_param1`,`comment`) VALUES
+(21660,0,0,0,100,0,0,2000,3000,11,34447,2,0,"Cabal Abjurist - In Combat - Cast 'Arcane Missiles' at Victim"),
+(21660,0,1,0,100,5000,9000,13000,18000,11,11831,25,10,"Cabal Abjurist - In Combat - Cast 'Frost Nova' if enemy within 10yd");