diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-06-12 08:41:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-12 08:41:59 +0200 |
| commit | f064322c7963c4383bff584b8819a25726b75f36 (patch) | |
| tree | 4b4a46dac15ebe8a8138ca404166e88fe26e8b67 | |
| parent | d6f0e74cdba9c21e8fc506ecf06d0f3c4fc9b19a (diff) | |
Update and rename 2016_05_31_16_world.sql to 2016_06_12_07_world.sql
| -rw-r--r-- | sql/updates/world/3.3.5/2016_06_12_07_world.sql (renamed from sql/updates/world/3.3.5/2016_05_31_16_world.sql) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2016_05_31_16_world.sql b/sql/updates/world/3.3.5/2016_06_12_07_world.sql index 82adc269298..259975e8f14 100644 --- a/sql/updates/world/3.3.5/2016_05_31_16_world.sql +++ b/sql/updates/world/3.3.5/2016_06_12_07_world.sql @@ -15,7 +15,7 @@ INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`Op (231, 0, 0, "Tell me the phrase to Tirth's lockbox.", 2707, 1, 1, 232, 0, 0, 0, '', 0); DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@CHICKEN,@HUMAN) AND `source_type`= 0; -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 +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`,`comment`) VALUES (@CHICKEN,0,0,1,22,0,100,0, 22,0,0,0,11, 9192, 2,0,0,0,0,1,0,0,0,0,0,0,'"Plucky" Johnson - Received Emote 22 - Cast "Plucky" Resumes Human Form'), (@CHICKEN,0,1,2,61,0,100,0, 0,0,0,0, 3, @HUMAN,6194,0,0,0,0,1,0,0,0,0,0,0,'"Plucky" Johnson - Received Emote 22 - Morph To Creature "Plucky" Johnson\'s Human Form'), (@CHICKEN,0,2,3,61,0,100,0, 0,0,0,0, 5, 3, 0,0,0,0,0,1,0,0,0,0,0,0,'"Plucky" Johnson - Received Emote 22 - Play Emote 3'), |
