aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <wyrserth@protonmail.com>2019-07-01 20:30:54 +0200
committerWyrserth <wyrserth@protonmail.com>2019-07-01 20:37:24 +0200
commit5a9516cd9c27fc9f4f444d8658d9bd6ac3afc027 (patch)
tree498d43b92292e102fb2894227afb46d4ec89da2c
parent4a875ec392b41030ea8f394335edc2860079fbb9 (diff)
DB/SAI: remove delay between clicking gossip and creature text/change faction for NPC Victorious Challenger involved in quest Taking on All Challengers.
-rw-r--r--sql/updates/world/3.3.5/2019_07_01_07_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_01_07_world.sql b/sql/updates/world/3.3.5/2019_07_01_07_world.sql
new file mode 100644
index 00000000000..525f9a55f89
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_07_01_07_world.sql
@@ -0,0 +1,10 @@
+--
+DELETE FROM `smart_scripts` WHERE `entryorguid` IN (30012, 3001200) AND `source_type` IN (0, 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`, `event_param5`, `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
+(30012, 0, 0, 0, 25, 0, 100, 512, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Victorious Challenger - On Reset - Set Faction 0"),
+(30012, 0, 1, 2, 62, 0, 100, 512, 9865, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "Victorious Challenger - On Gossip Option 0 Selected - Close Gossip"),
+(30012, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Victorious Challenger - On Gossip Option 0 Selected - Say Line 0"),
+(30012, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 0, 2, 14, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, "Victorious Challenger - On Gossip Option 0 Selected - Set Faction 14"),
+(30012, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, "Victorious Challenger - On Gossip Option 0 Selected - Start Attacking"),
+(30012, 0, 5, 0, 9, 0, 100, 0, 0, 5, 5000, 10000, 0, 11, 11971, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Victorious Challenger - Within 0-5 Range - Cast 'Sunder Armor'"),
+(30012, 0, 6, 0, 0, 0, 100, 0, 10000, 15000, 15000, 20000, 0, 11, 11977, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, "Victorious Challenger - In Combat - Cast 'Rend'");