summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2008-12-05 19:32:59 -0700
committerFate <fate-tmw@googlemail.com>2008-12-05 19:32:59 -0700
commitcc8781ddac1b0dd6d67182f3e9b553ea163e43b7 (patch)
tree1a8c6e99b5b2403bb1839fdf04103ff5582431ae /src/map/npc.c
parent0bd5837c70dc4d1b8078c5262c87fc0204f41321 (diff)
downloadtmwa-cc8781ddac1b0dd6d67182f3e9b553ea163e43b7.tar.gz
tmwa-cc8781ddac1b0dd6d67182f3e9b553ea163e43b7.tar.bz2
tmwa-cc8781ddac1b0dd6d67182f3e9b553ea163e43b7.tar.xz
tmwa-cc8781ddac1b0dd6d67182f3e9b553ea163e43b7.zip
Added table of absolute change to ensure that mob stat mutations are significant before computing XP modifier
Diffstat (limited to 'src/map/npc.c')
-rw-r--r--src/map/npc.c56
1 files changed, 0 insertions, 56 deletions
diff --git a/src/map/npc.c b/src/map/npc.c
index 31a0c42..849030f 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -259,62 +259,6 @@ int npc_event_export(void *key,void *data,va_list ap)
return 0;
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
/*==========================================
* 全てのNPCのOn*イベント実行
*------------------------------------------