diff options
Diffstat (limited to 'src/map/npc.hpp')
-rw-r--r-- | src/map/npc.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/npc.hpp b/src/map/npc.hpp index e230ffe..9f3650c 100644 --- a/src/map/npc.hpp +++ b/src/map/npc.hpp @@ -38,7 +38,6 @@ namespace map { constexpr BlockId START_NPC_NUM = wrap<BlockId>(110000000); -// TODO make these species, see npc_class in npc_data constexpr Species WARP_CLASS = wrap<Species>(45); constexpr Species FAKE_NPC_CLASS = wrap<Species>(127); constexpr Species INVISIBLE_CLASS = wrap<Species>(32767); |