diff options
| author | John Holiver <none@none> | 2010-08-08 15:59:17 -0300 |
|---|---|---|
| committer | John Holiver <none@none> | 2010-08-08 15:59:17 -0300 |
| commit | b3b7ffdfeb25dab2c96f67f917ec9259e56d12e6 (patch) | |
| tree | 70bc74f0f2502c95ea80cf8e3615c95ee81cff6a /sql/updates | |
| parent | 617a56ba29badd00c7a82805bdbc3b94c5b12a6c (diff) | |
[FIX] Intravenous Healing Potion. Thanks Gyullo.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9290_world_spell_linked_spell.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/9290_world_spell_linked_spell.sql b/sql/updates/9290_world_spell_linked_spell.sql new file mode 100644 index 00000000000..a71b49ac7ea --- /dev/null +++ b/sql/updates/9290_world_spell_linked_spell.sql @@ -0,0 +1,4 @@ +-- Intravenous Healing Potion Fix +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=61263; +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES (61263,61267,0, 'Intravenous Healing Effect' ); +INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES (61263,61268,0, 'Intravenous Mana Regeneration Effect' ); |
