mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Fix logic paren issue
This commit is contained in:
parent
f01c890966
commit
97dc0a84dd
@ -142,7 +142,7 @@ void Client::SendLogServer()
|
||||
if(RuleB(World, IsGMPetitionWindowEnabled))
|
||||
l->enable_petition_wnd = 1;
|
||||
|
||||
if(RuleI(World, FVNoDropFlag) == 1 || RuleI(World, FVNoDropFlag) == 2 && GetAdmin() > RuleI(Character, MinStatusForNoDropExemptions))
|
||||
if((RuleI(World, FVNoDropFlag) == 1 || RuleI(World, FVNoDropFlag) == 2) && GetAdmin() > RuleI(Character, MinStatusForNoDropExemptions))
|
||||
l->enable_FV = 1;
|
||||
|
||||
QueuePacket(outapp);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user