aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/5698_world.sql
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-19 12:48:17 -0700
committermaximius <none@none>2009-09-19 12:48:17 -0700
commit799c5da00afd932eb26a2431dd85525a572a215a (patch)
tree72e356f399b06c22ea2d8dfcab91de0a4d7023b5 /sql/updates/5698_world.sql
parent75666302063e7b7ac667d87f440328d1c02ccaed (diff)
*Quest - Taken by the scourge by BlackOne
*Quest - The Warsong Farms by Thraxx *Gameobject Script - Fel Crystalforge & Bash'ir Crystalforge by johnholiver --HG-- branch : trunk
Diffstat (limited to 'sql/updates/5698_world.sql')
-rw-r--r--sql/updates/5698_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/5698_world.sql b/sql/updates/5698_world.sql
new file mode 100644
index 00000000000..bb3272bd46b
--- /dev/null
+++ b/sql/updates/5698_world.sql
@@ -0,0 +1,6 @@
+UPDATE `creature_template` SET `ScriptName`='mob_nerubar_victim' WHERE `entry`=25284;
+DELETE FROM `creature_ai_scripts` WHERE `creature_id`=25669;
+INSERT INTO `creature_ai_scripts`
+(`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`)
+VALUES
+(2566901, 25669, 10, 0, 100, 3, 1, 20, 2000, 2000, 33, 25669, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Scout Warsong Granary - Killed Moster at LOS'),(2567101, 25671, 10, 0, 100, 3, 1, 20, 2000, 2000, 33, 25671, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Scout Torp''s Farm - Killed Moster at LOS'),(2567201, 25672, 10, 0, 100, 3, 1, 20, 2000, 2000, 33, 25672, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Scout Warsong Slaughterhouse - Killed Moster at LOS'); \ No newline at end of file