diff options
| author | click <none@none> | 2010-07-23 21:58:13 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-07-23 21:58:13 +0200 |
| commit | 854464242d27f790793c1b5cf82b4991bc75a9cd (patch) | |
| tree | 1faa4b576ec5abfd74687731ef8800b37cd32ad3 | |
| parent | 95701d453aefde387cd600e0009411e0d221488e (diff) | |
Fix wrong spell_bonus_data entry for Priests : Mind Flay (15407) - thanks to n4rk0 and filip.havlicek
Closes issue 2351
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/9000_world_spell_bonus_data.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/9000_world_spell_bonus_data.sql b/sql/updates/9000_world_spell_bonus_data.sql new file mode 100644 index 00000000000..3f80ede4b28 --- /dev/null +++ b/sql/updates/9000_world_spell_bonus_data.sql @@ -0,0 +1,2 @@ +DELETE FROM spell_bonus_data WHERE entry IN (15407,58381); +INSERT INTO spell_bonus_data VALUES (58381,0.257,-1,-1,-1,'Priest - Mind Flay'); |
