mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[11551] Cast 64455 with full stack amount
This commit is contained in:
parent
f533813047
commit
e204c246f4
2 changed files with 2 additions and 1 deletions
|
|
@ -8362,6 +8362,7 @@ m_permanent(false), m_isRemovedOnShapeLost(true), m_deleted(false), m_in_use(0)
|
|||
case 34027: // Kill Command
|
||||
case 55166: // Tidal Force
|
||||
case 58914: // Kill Command (pet part)
|
||||
case 64455: // Feral Essence
|
||||
case 71564: // Deadly Precision
|
||||
case 74396: // Fingers of Frost
|
||||
m_stackAmount = m_spellProto->StackAmount;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11550"
|
||||
#define REVISION_NR "11551"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue