mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
More formatting
This commit is contained in:
parent
baa53e134a
commit
d90d680e8a
@ -3241,7 +3241,7 @@ void NPC::AIYellForHelp(Mob *sender, Mob *attacker)
|
||||
float assist_range = (mob->GetAssistRange() * mob->GetAssistRange());
|
||||
|
||||
if (RuleB(Combat, EnableSneakPull) && attacker->sneaking) {
|
||||
assist_range=RuleI(Combat, SneakPullAssistRange);
|
||||
assist_range = RuleI(Combat, SneakPullAssistRange);
|
||||
if (attacker->IsClient()) {
|
||||
float clientx = attacker->GetX();
|
||||
float clienty = attacker->GetY();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user