mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 10:37:02 +00:00
[SD3] first commit with SD3 inplace - not complete yet
This commit is contained in:
parent
35415eb738
commit
afc2df2f7d
603 changed files with 222771 additions and 1729 deletions
|
|
@ -75,7 +75,7 @@ bool WorldSession::CheckMailBox(ObjectGuid guid)
|
|||
return false;
|
||||
}
|
||||
|
||||
if (!(creature->GetCreatureInfo()->type_flags & CREATURE_TYPEFLAGS_SQUIRE))
|
||||
if (!(creature->GetCreatureInfo()->CreatureTypeFlags & CREATURE_TYPEFLAGS_SQUIRE))
|
||||
{
|
||||
DEBUG_LOG("%s not have access to mailbox.", creature->GetGuidStr().c_str());
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue