Core/Creatures: Fixed typo

This commit is contained in:
Vincent-Michael
2016-08-14 00:29:34 +02:00
parent e8a38ff3fd
commit f9a9ea2daa

View File

@@ -100,7 +100,7 @@ void WorldSession::HandleCreatureQuery(WorldPackets::Query::QueryCreature& packe
stats.CreatureMovementInfoID = creatureInfo->movementId;
stats.RequiredExpansion = creatureInfo->RequiredExpansion;
stats.RequiredExpansion = creatureInfo->HealthScalingExpansion;
stats.HealthScalingExpansion = creatureInfo->HealthScalingExpansion;
stats.VignetteID = creatureInfo->VignetteID;
stats.Title = creatureInfo->SubName;