aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectMgr.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-26 16:54:59 -0500
committermegamage <none@none>2009-08-26 16:54:59 -0500
commita35991c8365575226394f90071dc97894e94f21c (patch)
tree450f5f2eec929dacc5c09f1e13c9eaa7a75a81ba /src/game/ObjectMgr.cpp
parentdad2c55287d4a9c35cbfa1ad4e8d3e8e8255f588 (diff)
*Add function CanAIAttack
--HG-- branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r--src/game/ObjectMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp
index f1bef6c6808..2acad8f7ede 100644
--- a/src/game/ObjectMgr.cpp
+++ b/src/game/ObjectMgr.cpp
@@ -1033,9 +1033,9 @@ uint32 ObjectMgr::ChooseDisplayId(uint32 team, const CreatureInfo *cinfo, const
case 28511: // Eye of Acherus
case 33114: // Flame Leviathan Seat (model 24914 chair)
case 33167: // Salvaged Demolisher Mechanic Seat
- case 33218: // Pyrite Safety Container
return cinfo->DisplayID_A[0];
case 33143: // Overload Control Device
+ case 33218: // Pyrite Safety Container
return cinfo->DisplayID_H[0];
default:
return cinfo->GetRandomValidModelId();