[11551] Cast 64455 with full stack amount

This commit is contained in:
zergtmn 2011-05-27 18:53:38 +06:00
parent f533813047
commit e204c246f4
2 changed files with 2 additions and 1 deletions

View file

@ -8362,6 +8362,7 @@ m_permanent(false), m_isRemovedOnShapeLost(true), m_deleted(false), m_in_use(0)
case 34027: // Kill Command case 34027: // Kill Command
case 55166: // Tidal Force case 55166: // Tidal Force
case 58914: // Kill Command (pet part) case 58914: // Kill Command (pet part)
case 64455: // Feral Essence
case 71564: // Deadly Precision case 71564: // Deadly Precision
case 74396: // Fingers of Frost case 74396: // Fingers of Frost
m_stackAmount = m_spellProto->StackAmount; m_stackAmount = m_spellProto->StackAmount;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "11550" #define REVISION_NR "11551"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__