diff options
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index 5911a338d..5e5bcb41a 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -72,7 +72,7 @@ struct npc_data { enum actor_classes { WARP_CLASS = 45, - HIDDEN_WARP_CLASS = 139, // server-side only, never sent to client + HIDDEN_WARP_CLASS = 139, WARP_DEBUG_CLASS = 722, FLAG_CLASS = 722, INVISIBLE_CLASS = 32767, |