mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-26 23:57:17 +00:00
More formatting
This commit is contained in:
+1
-1
@@ -3241,7 +3241,7 @@ void NPC::AIYellForHelp(Mob *sender, Mob *attacker)
|
|||||||
float assist_range = (mob->GetAssistRange() * mob->GetAssistRange());
|
float assist_range = (mob->GetAssistRange() * mob->GetAssistRange());
|
||||||
|
|
||||||
if (RuleB(Combat, EnableSneakPull) && attacker->sneaking) {
|
if (RuleB(Combat, EnableSneakPull) && attacker->sneaking) {
|
||||||
assist_range=RuleI(Combat, SneakPullAssistRange);
|
assist_range = RuleI(Combat, SneakPullAssistRange);
|
||||||
if (attacker->IsClient()) {
|
if (attacker->IsClient()) {
|
||||||
float clientx = attacker->GetX();
|
float clientx = attacker->GetX();
|
||||||
float clienty = attacker->GetY();
|
float clienty = attacker->GetY();
|
||||||
|
|||||||
Reference in New Issue
Block a user