mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(Scripts/Commands): correct reloading creature_template table (#5020)
This commit is contained in:
@@ -2742,7 +2742,6 @@ void Player::Regenerate(Powers power)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
uint32 curValue = GetPower(power);
|
||||
|
||||
// TODO: possible use of miscvalueb instead of amount
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#ifndef _PLAYER_H
|
||||
#define _PLAYER_H
|
||||
|
||||
|
||||
#include "Battleground.h"
|
||||
#include "DBCStores.h"
|
||||
#include "GroupReference.h"
|
||||
|
||||
@@ -5855,7 +5855,6 @@ void Unit::SendPeriodicAuraLog(SpellPeriodicAuraLogInfo* pInfo)
|
||||
damage = 0;
|
||||
}
|
||||
|
||||
|
||||
data << uint32(damage); // damage
|
||||
data << uint32(pInfo->overDamage); // overkill?
|
||||
data << uint32(aura->GetSpellInfo()->GetSchoolMask());
|
||||
|
||||
Reference in New Issue
Block a user