diff options
| author | Tartalo <none@none> | 2010-06-20 11:54:28 +0200 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-06-20 11:54:28 +0200 |
| commit | 47955ba8a8e3611d1713e0e7cbdbbde051702773 (patch) | |
| tree | abe6a1d3a13357ccd391bdf56794bbdac344ad19 | |
| parent | 1c427950812a654b02b43ca456c7ece30c649ab9 (diff) | |
Nicer approach for Repeteance fix using spell_linked_spell
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/8658_world_spell_linked_spell.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/8658_world_spell_linked_spell.sql b/sql/updates/8658_world_spell_linked_spell.sql new file mode 100644 index 00000000000..a05895a955d --- /dev/null +++ b/sql/updates/8658_world_spell_linked_spell.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=20066; +INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES +(20066, -61840, 0, 'Repentance'); + |
