*Fix broken pet action bar of guardians.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-01 12:17:16 -05:00
parent 11456447da
commit 645bb23c45

View File

@@ -16946,7 +16946,7 @@ void Player::CharmSpellInitialize()
data << uint32(0);
if(charm->GetTypeId() != TYPEID_PLAYER)
data << uint8(((Creature*)charm)->GetReactState()) << uint8(charmInfo->GetCommandState());
data << uint8(((Creature*)charm)->GetReactState()) << uint8(charmInfo->GetCommandState()) << uint16(0);
else
data << uint8(0) << uint8(0) << uint16(0);