From e6eb85c5861af4f68836362efa2d29915401909b Mon Sep 17 00:00:00 2001 From: Nay Date: Sun, 7 Aug 2011 20:00:49 +0100 Subject: DB/Misc: Add missing AIName SAI, two template updates and two quest chain fixes --- sql/updates/world/2011_08_07_04_world_misc.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sql/updates/world/2011_08_07_04_world_misc.sql (limited to 'sql') diff --git a/sql/updates/world/2011_08_07_04_world_misc.sql b/sql/updates/world/2011_08_07_04_world_misc.sql new file mode 100644 index 00000000000..aa37e60aca5 --- /dev/null +++ b/sql/updates/world/2011_08_07_04_world_misc.sql @@ -0,0 +1,13 @@ +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (29769,29770,29840); +-- Template updates for creature 25596 (Infected Kodo Beast) +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|512,`speed_run`=2 WHERE `entry`=25596; +UPDATE `creature_template_addon` SET `bytes1`=7,`bytes2`=1,`mount`=0,`emote`=0,`auras`='45771' WHERE `entry`=25596; + +-- Tome +UPDATE `quest_template` SET `PrevQuestId`=0 WHERE `entry`=12938; +UPDATE `quest_template` SET `nextquestid`=12938, `exclusivegroup`=12898 WHERE `entry` in (12898,12899); + +-- Aokromes +UPDATE `quest_template` SET `PrevQuestId`=0 WHERE `entry`=12891; +UPDATE `quest_template` SET `nextquestid`=12891, `exclusivegroup`=12887 WHERE `entry` in (12887,12892); +UPDATE `creature_template` SET `faction_A`=21,`faction_H`=21 WHERE `entry`=29851; -- cgit v1.2.3