mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[9734] Removed outdated code for 33702,33697,20572
Signed-off-by: Laise <fenrisse@gmail.com>
This commit is contained in:
parent
06378778e8
commit
35fbdd90f3
2 changed files with 1 additions and 4 deletions
|
|
@ -2569,9 +2569,6 @@ void Spell::cast(bool skipCheck)
|
||||||
{
|
{
|
||||||
if (m_spellInfo->Mechanic == MECHANIC_BANDAGE) // Bandages
|
if (m_spellInfo->Mechanic == MECHANIC_BANDAGE) // Bandages
|
||||||
AddPrecastSpell(11196); // Recently Bandaged
|
AddPrecastSpell(11196); // Recently Bandaged
|
||||||
else if(m_spellInfo->SpellIconID == 1662 && m_spellInfo->AttributesEx & 0x20)
|
|
||||||
// Blood Fury (Racial)
|
|
||||||
AddPrecastSpell(23230); // Blood Fury - Healing Reduction
|
|
||||||
else if(m_spellInfo->Id == 20594) // Stoneskin
|
else if(m_spellInfo->Id == 20594) // Stoneskin
|
||||||
AddTriggeredSpell(65116); // Stoneskin - armor 10% for 8 sec
|
AddTriggeredSpell(65116); // Stoneskin - armor 10% for 8 sec
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9733"
|
#define REVISION_NR "9734"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue