mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 08:38:20 +00:00
fix
unintentional change, reverted back.
This commit is contained in:
+1
-6
@@ -1577,12 +1577,7 @@ bool Mob::DetermineSpellTargets(uint16 spell_id, Mob *&spell_target, Mob *&ae_ce
|
|||||||
// single target spells
|
// single target spells
|
||||||
case ST_Self:
|
case ST_Self:
|
||||||
{
|
{
|
||||||
if (!spell_target)
|
spell_target = this;
|
||||||
{
|
|
||||||
LogSpells("Spell [{}] canceled: invalid target (normal)", spell_id);
|
|
||||||
MessageString(Chat::Red, SPELL_NEED_TAR);
|
|
||||||
return false; // can't cast these unless we have a target
|
|
||||||
}
|
|
||||||
CastAction = SingleTarget;
|
CastAction = SingleTarget;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user