From d83658c82107247f884cd136d752bd3ef86b3cbc Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 31 May 2009 22:45:32 -0500 Subject: *wintergrasp: allow players to click titan relic to change the attacker/defender teams. Now only some of npc and portal will be changed. --HG-- branch : trunk --- src/game/Creature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Creature.cpp') 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); -- cgit v1.2.3