Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonSlayer62 committed Dec 14, 2023
1 parent 3c092dd commit a83e42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/js/item/glassblowingbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function onUseChecked( pUser, iUsed )
{
if( itemOwner == null || itemOwner.serial != pUser.serial )
{
socket.SysMessage(GetDictionaryEntry( 1763, pSock.language )); // That item must be in your backpack before it can be used.
socket.SysMessage(GetDictionaryEntry( 1763, socket.language )); // That item must be in your backpack before it can be used.
return false;
}
else if( pUser.skills[0] < 1000 )
Expand Down

0 comments on commit a83e42a

Please sign in to comment.