Skip to content

Commit

Permalink
[12244] Add positive exception for spell 18153
Browse files Browse the repository at this point in the history
  • Loading branch information
xfurry committed Nov 4, 2012
1 parent a4b3bc5 commit eabba37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/game/SpellMgr.cpp
Expand Up @@ -682,6 +682,7 @@ bool IsPositiveEffect(SpellEntry const* spellproto, SpellEffectIndex effIndex)
{
case 28441: // AB Effect 000
return false;
case 18153: // Kodo Kombobulator
case 49634: // Sergeant's Flare
case 54530: // Opening
case 62105: // To'kini's Blowgun
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12243"
#define REVISION_NR "12244"
#endif // __REVISION_NR_H__

0 comments on commit eabba37

Please sign in to comment.