mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-04 03:13:52 +00:00
Fix buff issue
This commit is contained in:
parent
1b84905941
commit
8e4aff391e
@ -3501,7 +3501,7 @@ bool Mob::SpellOnTarget(uint16 spell_id, Mob *spelltar, bool reflect, bool use_r
|
||||
action->target = spelltar->GetID();
|
||||
}
|
||||
|
||||
action->level = caster_level; // caster level, for animation only
|
||||
action->spell_level = action->level = caster_level; // caster level, for animation only
|
||||
action->type = 231; // 231 means a spell
|
||||
action->spell = spell_id;
|
||||
action->force = spells[spell_id].pushback;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user