diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2015-03-28 12:41:44 +0100 |
|---|---|---|
| committer | DDuarte <dnpd.dd@gmail.com> | 2015-04-14 01:01:03 +0100 |
| commit | 717a989e7f3707a38b5206bb8e7abba173128d26 (patch) | |
| tree | 5257dc7c6c174071552851b9cd3d9b1b45ee8da6 | |
| parent | 2a830d287bc6b1862b7ac1375fd5a57269d9e885 (diff) | |
DB/Creature: Fixing a minor error on Elrodan and Aurosalia event
By Killyana, closes #14465
(cherry picked from commit 90b1e7d621960aea0becd8ac2c5299c02f03f3cf)
Conflicts:
sql/updates/world/2015_03_28_01_world.sql
| -rw-r--r-- | sql/updates/world/2015_03_28_01_world_f355.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_28_01_world_f355.sql b/sql/updates/world/2015_03_28_01_world_f355.sql new file mode 100644 index 00000000000..e1d6e6d63dc --- /dev/null +++ b/sql/updates/world/2015_03_28_01_world_f355.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'); |
