diff options
| author | Malcrom <malcromdev@gmail.com> | 2013-07-13 09:27:27 -0230 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2013-07-13 09:27:27 -0230 |
| commit | 4aad735af95e9304b0fd0a394abf32198afb28a7 (patch) | |
| tree | 519ddebabd85ff309fa689660a025da039b50358 /sql | |
| parent | 4ecc68d3a5d28afad37ca0b5cea5d88e6c80f488 (diff) | |
Core/Scripting: Add Wrathbone Flayer script to show channelling visual and correct combat AI.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_13_00_world_misc.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_13_00_world_misc.sql b/sql/updates/world/2013_07_13_00_world_misc.sql new file mode 100644 index 00000000000..b34e96a0811 --- /dev/null +++ b/sql/updates/world/2013_07_13_00_world_misc.sql @@ -0,0 +1,5 @@ +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1 AND `SourceEntry`=40094; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(13,1,40094,0,0,31,0,3,22953,0,0,'','Spell summom channel targets Wrathbone Flayer'); +UPDATE `creature_template` SET `AIName`= '', `ScriptName` = 'npc_wrathbone_flayer' WHERE `entry`=22953; +DELETE FROM smart_scripts WHERE entryorguid=22953; |
