Skip to content

Commit

Permalink
[z1805] Fix Improved Sprint.
Browse files Browse the repository at this point in the history
  • Loading branch information
sidsukana committed Oct 5, 2011
1 parent 7962b72 commit 482ca12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/game/SpellMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1876,6 +1876,10 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons
if (spellInfo_1->SpellIconID == 498 && spellInfo_1->SpellVisual == 0 && spellInfo_2->SpellIconID == 498)
return false;

// Improved Sprint && Sprint
if (spellInfo_1->SpellIconID == 516 && spellInfo_2->SpellIconID == 516)
return false;

break;
}
case SPELLFAMILY_HUNTER:
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "1804"
#define REVISION_NR "1805"
#endif // __REVISION_NR_H__

0 comments on commit 482ca12

Please sign in to comment.