diff options
Diffstat (limited to 'src/game/Channel.cpp')
-rw-r--r-- | src/game/Channel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Channel.cpp b/src/game/Channel.cpp index 5524f30b143..588eb15f0cc 100644 --- a/src/game/Channel.cpp +++ b/src/game/Channel.cpp @@ -171,7 +171,7 @@ void Channel::Leave(uint64 p, bool send) void Channel::KickOrBan(uint64 good, const char *badname, bool ban) { - uint32 sec = 0; + AccountTypes sec = SEC_PLAYER; Player *gplr = objmgr.GetPlayer(good); if(gplr) sec = gplr->GetSession()->GetSecurity(); |