Skip to content

Commit

Permalink
space change
Browse files Browse the repository at this point in the history
  • Loading branch information
raydienull committed Nov 20, 2023
1 parent 40cbf95 commit 8e55ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/chars/CCharAct.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3261,7 +3261,7 @@ bool CChar::Death()
pClient->addPlayerWarMode();
pClient->addSeason(SEASON_Desolate);
pClient->addMapWaypoint(pCorpse, MAPWAYPOINT_Corpse); // add corpse map waypoint on enhanced clients
pClient->addTargetCancel(); // cancel target if player death
pClient->addTargetCancel(); // cancel target if player death

CItem *pPack = LayerFind(LAYER_PACK);
if ( pPack )
Expand Down

0 comments on commit 8e55ea3

Please sign in to comment.