diff options
| author | Brian <runningnak3d@gmail.com> | 2010-02-16 15:36:19 -0700 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-02-16 15:36:19 -0700 |
| commit | 6cdacbd313fa6f426ada895feead584797ff8caf (patch) | |
| tree | 4b79e8ca6d7a9f982c31fa64c3517ff290478de8 /sql/updates | |
| parent | 667c4b694f6564ad8a392a498884255bb451407e (diff) | |
* Removed hack for summon water elemental
* Proper handling for Glyph of Eternal Water
* Summoned water elemental still doesn't last forever, but the right spells
* are cast in the right situations.
* Credits to Edrinn
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7370_world_spell_linked_spell.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/7370_world_spell_linked_spell.sql b/sql/updates/7370_world_spell_linked_spell.sql new file mode 100644 index 00000000000..2c6910501ab --- /dev/null +++ b/sql/updates/7370_world_spell_linked_spell.sql @@ -0,0 +1,2 @@ +-- Remove hack for glyph of Eternal Water +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=31687 AND `spell_effect`=70907; |
