summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2024-07-03 22:19:19 +0200
committerHoraK-FDF <horak-fdf@web.de>2024-07-03 22:19:19 +0200
commita213cfb2cea5b26f1dbb9577bed57eedd380a10b (patch)
tree2a7caaacdd59752d53e9a817e62673e670192c2d
parentfbeca50439ba543e22f3251e0cd5d186d54c06b5 (diff)
downloadserverdata-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.txt2
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;