mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
*Update flame levi script. Fix the bug that it often gets stuck.
--HG-- branch : trunk
This commit is contained in:
@@ -1034,8 +1034,9 @@ uint32 ObjectMgr::ChooseDisplayId(uint32 team, const CreatureInfo *cinfo, const
|
||||
case 33114: // Flame Leviathan Seat (model 24914 chair)
|
||||
case 33167: // Salvaged Demolisher Mechanic Seat
|
||||
return cinfo->DisplayID_A[0];
|
||||
case 33143: // Overload Control Device
|
||||
case 33218: // Pyrite Safety Container
|
||||
return cinfo->DisplayID_A[1];
|
||||
case 33143: // Overload Control Device
|
||||
return cinfo->DisplayID_H[0];
|
||||
default:
|
||||
return cinfo->GetRandomValidModelId();
|
||||
|
||||
Reference in New Issue
Block a user