From e8f8b66636cbcd5d9995ce8b3bb64afb5a835851 Mon Sep 17 00:00:00 2001 From: QAston Date: Mon, 27 Jul 2009 17:32:56 +0200 Subject: *Implement immunity removal part for Shattering Throw ability - by thenecromancer. --HG-- branch : trunk --- sql/FULL/world_spell_full.sql | 1 + sql/updates/4615_world.sql | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 sql/updates/4615_world.sql (limited to 'sql') diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index 85d602ca07f..08ae9073047 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -71,6 +71,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm (48396, 50172, 2, 'Improved Moonkin Form'), ( 20594, 65116, 0, 'Stoneform'), ( 49039, 50397, 2, 'Lichborne - shapeshift'), +( 64382, 64380, 0, 'Shattering Throw'), -- Creature ( 36574, 36650, 0, 'Apply Phase Slip Vulnerability'), diff --git a/sql/updates/4615_world.sql b/sql/updates/4615_world.sql new file mode 100644 index 00000000000..8b5ad1ac379 --- /dev/null +++ b/sql/updates/4615_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN(47585, 64382); +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +( 47585, 60069, 2, 'Dispersion (transform/regen)'), +( 64382, 64380, 0, 'Shattering Throw'), +( 47585, 63230, 2, 'Dispersion (immunity)'); -- cgit v1.2.3