From 0ba33ce8def1390aac474101dbc3b25288afd63e Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 2 Sep 2015 04:54:03 +0200 Subject: DB/Spell: Add missing visual spell in Gortok Palehoof encounter Cosmetic channeling spell casted by the red Orb to wake up the npcs --- sql/updates/world/2015_09_02_01_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/2015_09_02_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_09_02_01_world.sql b/sql/updates/world/2015_09_02_01_world.sql new file mode 100644 index 00000000000..1b58aed1abc --- /dev/null +++ b/sql/updates/world/2015_09_02_01_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=47669; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `Comment`) VALUES +(13, 1, 47669, 0, 1, 0, 48048, 0,0, "Awaken Subboss"); + +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 48048; +INSERT INTO `spell_linked_spell` VALUES (48048, 47669, 0, 'Awaken Subboss'); -- cgit v1.2.3