diff options
| author | Anubisss <none@none> | 2009-12-06 15:46:29 +0100 |
|---|---|---|
| committer | Anubisss <none@none> | 2009-12-06 15:46:29 +0100 |
| commit | a05f2a53eac9bb9b4b155f63dda1b287bcf1b09d (patch) | |
| tree | 3f2d2856c9065de1d30994515b5ea20069ee4a95 /sql/updates | |
| parent | 22100e9c573d3f5d75e11d27399a7c116731fd0a (diff) | |
*Fix a typo.
*This fix the bug that spell The Art of War procced by almost all spells.
*Fix by retriman.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6424_world_spell_proc_event.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/6424_world_spell_proc_event.sql b/sql/updates/6424_world_spell_proc_event.sql new file mode 100644 index 00000000000..1108ebc329c --- /dev/null +++ b/sql/updates/6424_world_spell_proc_event.sql @@ -0,0 +1,2 @@ +UPDATE spell_proc_event SET entry = 53486 WHERE entry =53489; +UPDATE spell_proc_event SET entry = 53488 WHERE entry =59578; |
