From 84e69715f78f577b029d12649fc0732c469fa00b Mon Sep 17 00:00:00 2001 From: teacher Date: Fri, 27 Nov 2009 20:09:46 +0100 Subject: Removed DB content data from Core Repo. That data must be handled by Database project. ALso added a couple missing scripts from fulls. --HG-- branch : trunk --- sql/updates/5698_world.sql | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sql/updates/5698_world.sql') diff --git a/sql/updates/5698_world.sql b/sql/updates/5698_world.sql index bb3272bd46b..71ace9fb784 100644 --- a/sql/updates/5698_world.sql +++ b/sql/updates/5698_world.sql @@ -1,6 +1 @@ -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 +UPDATE `creature_template` SET `ScriptName`='mob_nerubar_victim' WHERE `entry`=25284; \ No newline at end of file -- cgit v1.2.3