Fix typo (Note to self: USE THE RIGHT BRANCH WHEN DOING TESTCOMPILES!)

This commit is contained in:
click
2011-01-05 18:18:37 +01:00
parent 8bfc49cfa5
commit 1251cf3f10
+1 -1
View File
@@ -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