Changeset 3201
- Timestamp:
- 03/08/2010 09:08:55 AM (6 months ago)
- Files:
-
- 1 modified
-
trunk/src/arcemu-world/Creature.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/arcemu-world/Creature.cpp
r3194 r3201 690 690 m_currentSpell->cancel(); 691 691 692 if ( lootmgr.IsSkinnable(GetEntry())) 692 // if it's not a Pet, and not a summon and it has skinningloot then we will allow skinning 693 if ( !IsPet() && m_owner == NULL && lootmgr.IsSkinnable(GetEntry())) 693 694 SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_SKINNABLE); 694 695