diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-03-28 12:41:44 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-03-28 12:41:44 +0100 |
commit | 90b1e7d621960aea0becd8ac2c5299c02f03f3cf (patch) | |
tree | 63029694be3d9dbeb236342d4f7233f90fccaa3b | |
parent | 46f0d4c5a57108533934ee4edeab98d90a3cf076 (diff) |
DB/Creature: Fixing a minor error on Elrodan and Aurosalia event
By Killyana, closes #14465
-rw-r--r-- | sql/updates/world/2015_03_28_01_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_28_01_world.sql b/sql/updates/world/2015_03_28_01_world.sql new file mode 100644 index 00000000000..e1d6e6d63dc --- /dev/null +++ b/sql/updates/world/2015_03_28_01_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `creature_text` WHERE `entry`=18744 AND `id`=2; +UPDATE `smart_scripts` SET `action_type`= 87, `action_param2`= 1874301 WHERE `entryorguid`=18743 AND `source_type`=0; +DELETE FROM `smart_scripts` WHERE (`entryorguid`=1874301 AND `source_type`=9); +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 +(1874301,9,0,0,0,0,100,0,0,0,0,0,5,274,0,0,0,0,0,11,18744,20,0,0,0,0,0,'Elrodan - Script - Aurosalia Play emote'), +(1874301,9,1,0,0,0,100,0,3000,3000,3000,3000,11,32826,0,0,0,0,0,1,0,0,0,0,0,0,0,'Elrodan - Script - cast Polymorph Cast Visual'); |