diff options
| author | QAston <none@none> | 2010-01-10 14:51:34 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2010-01-10 14:51:34 +0100 |
| commit | feb7acf8aae7b7446f7565933fd90bd08a76b37e (patch) | |
| tree | d1ea4502a6caaa320071ab67f1d87818daa06e13 /sql/updates | |
| parent | 3f6ad61905c380a7366ff4d9e82267d7b46fd680 (diff) | |
*spell_linked_spell entry for Deterrance. Resolves #237.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6941_world_spell_linked_spell.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/6941_world_spell_linked_spell.sql b/sql/updates/6941_world_spell_linked_spell.sql new file mode 100644 index 00000000000..d7e583b70b3 --- /dev/null +++ b/sql/updates/6941_world_spell_linked_spell.sql @@ -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');
\ No newline at end of file |
