diff options
author | Killyana <morphone1@gmail.com> | 2015-09-02 04:54:03 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-09-02 04:54:03 +0200 |
commit | 0ba33ce8def1390aac474101dbc3b25288afd63e (patch) | |
tree | d86f4d03710b1947804a3f60e35fe2cce5c66512 | |
parent | a83437af3dd03cc2227947ff229da3bf2d5421f0 (diff) |
DB/Spell: Add missing visual spell in Gortok Palehoof encounter
Cosmetic channeling spell casted by the red Orb to wake up the npcs
-rw-r--r-- | sql/updates/world/2015_09_02_01_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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'); |