Changeset 229 for trunk/src/game/OutdoorPvP.cpp
- Timestamp:
- 11/19/08 13:48:34 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/OutdoorPvP.cpp
r102 r229 322 322 sLog.outDebug("deleting opvp creature type %u",type); 323 323 uint32 guid = cr->GetDBTableGUIDLow(); 324 // dont save respawn time324 // Don't save respawn time 325 325 cr->SetRespawnTime(0); 326 326 cr->RemoveCorpse(); … … 380 380 { 381 381 uint32 guid = cr->GetDBTableGUIDLow(); 382 // dont save respawn time382 // Don't save respawn time 383 383 cr->SetRespawnTime(0); 384 384 cr->RemoveCorpse();