1
This commit is contained in:
parent
2366fb6b6f
commit
98a76c60a2
@ -2485,6 +2485,9 @@ void Creature::RefreshHP()
|
||||
|
||||
void Creature::ProcOnceChgAttrBuff(MetaData::Buff* buff_meta)
|
||||
{
|
||||
if (dead) {
|
||||
return;
|
||||
}
|
||||
switch (buff_meta->int_param1) {
|
||||
case kHAT_Hp:
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user