mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
Eliminated tabs!
Eliminated tabs!
This commit is contained in:
parent
0f19fec851
commit
942dd64a53
27 changed files with 247 additions and 247 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