Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4077,3 +4077,6 @@ When setting a property like MORE to the a spell or skill defname, trying to rea
- Changed: Object timers are now saved in worldsave files as TIMERMS, to avoid ambiguity and reliance on git build number to determine if TIMER expressed a number in seconds or milliseconds.
- Changed: Added 5 seconds timeout to DNS hostname resolution at startup (avoid getting stuck when connectivity is enabled but not working).
- Changed: CANMASK formatted in worldsave files as hexadecimal number, instead of decimal.

23-11-2025, canerksk
- Changed: Duplicate message deleted. (Issue #1519).
1 change: 0 additions & 1 deletion src/game/clients/CClientUse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ bool CClient::Cmd_Use_Item( CItem *pItem, bool fTestTouch, bool fScript )
SysMessageDefault(DEFMSG_ITEMUSE_LOCKED);
if (!m_pChar->GetPackSafe()->ContentFindKeyFor(pItem)) // I don't have the container key
{
SysMessageDefault(DEFMSG_ITEMUSE_LOCKED);
SysMessageDefault(DEFMSG_LOCK_CONT_NO_KEY);
if (!IsPriv(PRIV_GM))
return false;
Expand Down