mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 20:51:29 +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))
|
if(RuleB(World, IsGMPetitionWindowEnabled))
|
||||||
l->enable_petition_wnd = 1;
|
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;
|
l->enable_FV = 1;
|
||||||
|
|
||||||
QueuePacket(outapp);
|
QueuePacket(outapp);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user