Changeset 221 for trunk/src/game/NPCHandler.cpp
- Timestamp:
- 11/19/08 13:47:48 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/NPCHandler.cpp
r168 r221 274 274 } 275 275 276 // remove fake death 277 if(GetPlayer()->hasUnitState(UNIT_STAT_DIED)) 278 GetPlayer()->RemoveSpellsCausingAura(SPELL_AURA_FEIGN_DEATH); 276 GetPlayer()->RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_TALK); 277 // remove fake death 278 //if(GetPlayer()->hasUnitState(UNIT_STAT_DIED)) 279 // GetPlayer()->RemoveSpellsCausingAura(SPELL_AURA_FEIGN_DEATH); 279 280 280 281 if( unit->isArmorer() || unit->isCivilian() || unit->isQuestGiver() || unit->isServiceProvider())