mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
[Fixed] Missing return
This commit is contained in:
parent
0d04a67d87
commit
85ebb48af1
@ -21,6 +21,7 @@ bool AcceptDuelAction::Execute(Event event)
|
||||
WorldPacket packet(CMSG_DUEL_CANCELLED, 8);
|
||||
packet << flagGuid;
|
||||
bot->GetSession()->HandleDuelCancelledOpcode(packet);
|
||||
return false;
|
||||
}
|
||||
|
||||
WorldPacket packet(CMSG_DUEL_ACCEPTED, 8);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user