diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-07-03 22:19:19 +0200 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2024-07-03 22:19:19 +0200 |
commit | a213cfb2cea5b26f1dbb9577bed57eedd380a10b (patch) | |
tree | 2a7caaacdd59752d53e9a817e62673e670192c2d | |
parent | fbeca50439ba543e22f3251e0cd5d186d54c06b5 (diff) | |
download | serverdata-a213cfb2cea5b26f1dbb9577bed57eedd380a10b.tar.gz serverdata-a213cfb2cea5b26f1dbb9577bed57eedd380a10b.tar.bz2 serverdata-a213cfb2cea5b26f1dbb9577bed57eedd380a10b.tar.xz serverdata-a213cfb2cea5b26f1dbb9577bed57eedd380a10b.zip |
typo fix comment
-rw-r--r-- | world/map/npc/items/anchor_stone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/items/anchor_stone.txt b/world/map/npc/items/anchor_stone.txt index d63632af..c1ea722b 100644 --- a/world/map/npc/items/anchor_stone.txt +++ b/world/map/npc/items/anchor_stone.txt @@ -20,7 +20,7 @@ L_AnchorStone: "Yes", L_AS_Yes; L_AS_Yes: - set AnchorStoneDest, getmaphash(getmap()); // since a hash could be negative I take a seperate variable for that since shifting would destroy the sign bit and create a different hash + set AnchorStoneDest, getmaphash(getmap()); // since a hash could be negative I take a separate variable for that since shifting would destroy the sign bit and create a different hash set AnchorStoneDestCoord, gety() << AS_Y_SHIFT | getx() << AS_X_SHIFT; delitem AnchorStone, 1; |