Skip to content

Commit

Permalink
Fix typo (Note to self: USE THE RIGHT BRANCH WHEN DOING TESTCOMPILES!)
Browse files Browse the repository at this point in the history
  • Loading branch information
click committed Jan 5, 2011
1 parent 8bfc49c commit 1251cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Entities/Unit/Unit.cpp
Expand Up @@ -11658,7 +11658,7 @@ void Unit::Unmount()
RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_MOUNT);

WorldPacket data(SMSG_DISMOUNT, 8);
data << GetPackGUID();
data.appendPackGUID(GetGUID());
SendMessageToSet(&data, true);

// only resummon old pet if the player is already added to a map
Expand Down

0 comments on commit 1251cf3

Please sign in to comment.