mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 19:37:01 +00:00
Build error fixes
43 errors left at this point
This commit is contained in:
parent
3abc31c429
commit
924d182855
18 changed files with 123 additions and 71 deletions
|
|
@ -53,7 +53,7 @@ void WorldSession::HandleBattlemasterHelloOpcode(WorldPacket& recv_data)
|
|||
if (!pCreature)
|
||||
return;
|
||||
|
||||
if (!pCreature->isBattleMaster()) // it's not battlemaster
|
||||
if (!pCreature->IsBattleMaster()) // it's not battlemaster
|
||||
return;
|
||||
|
||||
// Stop the npc if moving
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue