diff options
| author | Gooyeth <migmadmu@hotmail.com> | 2014-12-28 17:03:33 +0000 |
|---|---|---|
| committer | Nayd <dnpd.dd@gmail.com> | 2014-12-28 17:07:00 +0000 |
| commit | a26b0f2c76e70f5d695819bb89c4ec605049513d (patch) | |
| tree | df3058dc67162fe89f82f4fcc1fd0ce6afa94262 /src/server/game/Spells/SpellMgr.cpp | |
| parent | 8fec200670e89003773b9bea4e0e90b3b5c3028c (diff) | |
Scripts/Quests: Fix Red Snapper - Very Tasty! GOb
Fix 'School of Red Snapper' now disappear correctly when using 'Draenei Fishing Net', the bug is caused because the GameObject is SpellFocus type.
Fix #1673
Closes #13748
(cherry picked from commit b0b7a55bdba20aad5b7914c55933daa70afe59ba)
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
| -rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 544abc9ca87..0c82730f5a1 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3661,6 +3661,9 @@ void SpellMgr::LoadSpellInfoCorrections() break; // ENDOF ISLE OF CONQUEST SPELLS // + case 29866: // Cast Fishing Net + spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(140); // 6yd + break; default: break; } |
