diff options
| author | Trazom62 <none@none> | 2010-05-27 21:11:38 +0200 |
|---|---|---|
| committer | Trazom62 <none@none> | 2010-05-27 21:11:38 +0200 |
| commit | 452675e500bddc0446a05c1bbb0b61aa366d361d (patch) | |
| tree | a62189e5a1e27332055e43b805d260b04e57f9f9 /sql/updates | |
| parent | 73c627829f55743053c653a39378d3a833ed7622 (diff) | |
Fix Vigilance.
Implements Glyph of Vigilance.
Fixes issue #1134. Thanks Bodompelle for the idea, even thought the fix is rather different.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8319_world_spell_linked_spell.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/8319_world_spell_linked_spell.sql b/sql/updates/8319_world_spell_linked_spell.sql new file mode 100644 index 00000000000..5c8db788868 --- /dev/null +++ b/sql/updates/8319_world_spell_linked_spell.sql @@ -0,0 +1 @@ +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=50720; |
