summaryrefslogtreecommitdiff
path: root/src/map/npc.hpp
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-04-05 14:57:24 -0500
committerwushin <pasekei@gmail.com>2015-04-05 14:57:24 -0500
commited11ed5dbb597bebd5a08232326257063155d97f (patch)
tree92fdfddc02f92f8efd62de644a95dfb11e19e4ac /src/map/npc.hpp
parent6f4699ff0c6400a2adc5e4008b2e289737f4a303 (diff)
downloadtmwa-ed11ed5dbb597bebd5a08232326257063155d97f.tar.gz
tmwa-ed11ed5dbb597bebd5a08232326257063155d97f.tar.bz2
tmwa-ed11ed5dbb597bebd5a08232326257063155d97f.tar.xz
tmwa-ed11ed5dbb597bebd5a08232326257063155d97f.zip
Remove Warp Debug Sprite Action
Diffstat (limited to 'src/map/npc.hpp')
-rw-r--r--src/map/npc.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/npc.hpp b/src/map/npc.hpp
index c856a8c..b9f32b9 100644
--- a/src/map/npc.hpp
+++ b/src/map/npc.hpp
@@ -41,7 +41,6 @@ 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 WARP_DEBUG_CLASS = wrap<Species>(722);
constexpr Species INVISIBLE_CLASS = wrap<Species>(32767);
int npc_event_dequeue(dumb_ptr<map_session_data> sd);