aboutsummaryrefslogtreecommitdiff
path: root/src/game/Creature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r--src/game/Creature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp
index 76bc87cf470..c695993ce26 100644
--- a/src/game/Creature.cpp
+++ b/src/game/Creature.cpp
@@ -1464,7 +1464,7 @@ bool Creature::CreateFromProto(uint32 guidlow, uint32 Entry, uint32 team, const
return false;
}
- m_originalEntry = Entry;
+ SetOriginalEntry(Entry);
if(isVehicle())
Object::_Create(guidlow, Entry, HIGHGUID_VEHICLE);