From bf4f6b5736dfadb0a9fc707426fae49a5948e5ef Mon Sep 17 00:00:00 2001 From: QAston Date: Tue, 7 Jul 2009 19:46:51 +0200 Subject: *Linked spell entry for stoneform. --HG-- branch : trunk --- sql/FULL/world_spell_full.sql | 1 + sql/updates/4392_world.sql | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 sql/updates/4392_world.sql (limited to 'sql') diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index 13b79739bf3..ff6626204c0 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -72,6 +72,7 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm (48384, 50170, 2, 'Improved Moonkin Form'), (48395, 50171, 2, 'Improved Moonkin Form'), (48396, 50172, 2, 'Improved Moonkin Form'), +( 20594, 65116, 2, 'Stoneform'), -- Creature ( 36574, 36650, 0, 'Apply Phase Slip Vulnerability'), diff --git a/sql/updates/4392_world.sql b/sql/updates/4392_world.sql new file mode 100644 index 00000000000..7be4514cb8c --- /dev/null +++ b/sql/updates/4392_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (20594); +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +( 20594, 65116, 2, 'Stoneform'); \ No newline at end of file -- cgit v1.2.3