From ad41b0c9e1d9d3a176d22cb42a33dfc1fb1aa55a Mon Sep 17 00:00:00 2001 From: megamage Date: Fri, 17 Apr 2009 16:07:54 -0500 Subject: *Fix build. --HG-- branch : trunk --- src/game/ObjectMgr.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/ObjectMgr.cpp') diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 3351b001e5b..637b1e9bec3 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -4857,14 +4857,14 @@ uint16 ObjectMgr::GetTaxiMount( uint32 id, uint32 team ) mount_entry = node->MountCreatureID[1]; CreatureInfo const *ci = GetCreatureTemplate(mount_entry); if(ci) - mount_id = ci->Modelid1; + mount_id = ci->Modelid_A1; } if (team == HORDE) { mount_entry = node->MountCreatureID[0]; CreatureInfo const *ci = GetCreatureTemplate(mount_entry); if(ci) - mount_id = ci->Modelid3; + mount_id = ci->Modelid_H1; } } -- cgit v1.2.3