*spell_linked_spell entry for Deterrance. Resolves #237.

--HG--
branch : trunk
This commit is contained in:
QAston
2010-01-10 14:51:34 +01:00
parent 3f6ad61905
commit feb7acf8aa
3 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 19263 AND `spell_effect` = 67801;
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
( 19263, 67801, 2, 'Deterrence');