aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeppic1 <Teppic1@users.noreply.github.com>2017-10-13 18:00:06 +0200
committerShauren <shauren.trinity@gmail.com>2020-12-31 23:23:50 +0100
commit7d073e0ced866110562d698f5dd98ff230a0668b (patch)
treec8f87d04cf32dba3cafc114261f20e39fce2f0ea
parent540678be069b24664ad95f1922288d026b7e0e41 (diff)
DB/SAI: Mana Wyrm
Closes #20598 (cherry picked from commit b3050c7e7ebc3a3aabab2f89156e3cf7120e407e)
-rw-r--r--sql/updates/world/master/2020_11_07_00_world_2017_10_13_01_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_11_07_00_world_2017_10_13_01_world.sql b/sql/updates/world/master/2020_11_07_00_world_2017_10_13_01_world.sql
new file mode 100644
index 00000000000..82c96282f16
--- /dev/null
+++ b/sql/updates/world/master/2020_11_07_00_world_2017_10_13_01_world.sql
@@ -0,0 +1,4 @@
+-- Mana Wyrm SAI
+DELETE FROM `smart_scripts` WHERE `entryorguid`=15274 AND `source_type`=0 AND `id`=3;
+INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES
+(15274,0,3,0,0,0,100,0,4000,8000,8000,12000,11,25602,0,0,0,0,0,5,0,0,0,0,0,0,0,"Mana Wyrm - In Combat - Cast 'Faerie Fire'");