diff options
| author | megamage <none@none> | 2009-05-31 22:45:32 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-31 22:45:32 -0500 |
| commit | d83658c82107247f884cd136d752bd3ef86b3cbc (patch) | |
| tree | f70c07b3a624438e63bf42524784ed48e3c553a8 /src/game/Creature.cpp | |
| parent | 81a53f8d73b6cb2e90c9e8d4f6e332d5a939b092 (diff) | |
*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
Diffstat (limited to 'src/game/Creature.cpp')
| -rw-r--r-- | src/game/Creature.cpp | 2 |
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); |
