mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 18:43:48 +00:00
Merge branch 'master' into Playerbot
This commit is contained in:
@@ -1947,7 +1947,7 @@ void Player::UpdateCharmedAI()
|
||||
1 << (CLASS_PRIEST - 1));
|
||||
|
||||
// Xinef: charmer type specific actions
|
||||
if (charmer->GetTypeId() == TYPEID_PLAYER)
|
||||
if (charmer->IsPlayer())
|
||||
{
|
||||
bool follow = false;
|
||||
if (!target)
|
||||
|
||||
Reference in New Issue
Block a user