summaryrefslogtreecommitdiff
path: root/tools/mob_db.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mob_db.pl')
-rwxr-xr-xtools/mob_db.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mob_db.pl b/tools/mob_db.pl
index 2ddd5c584..96fee6528 100755
--- a/tools/mob_db.pl
+++ b/tools/mob_db.pl
@@ -35,7 +35,7 @@ CREATE TABLE `mob_db` (
`Element` tinyint(4) unsigned NOT NULL default '0',
`Mode` smallint(6) unsigned NOT NULL default '0',
`Speed` smallint(6) unsigned NOT NULL default '0',
- `ADelay` smallint(6) unsigned NOT NULL default '0',
+ `ThinkTime` smallint(6) unsigned NOT NULL default '0',
`aMotion` smallint(6) unsigned NOT NULL default '0',
`dMotion` smallint(6) unsigned NOT NULL default '0',
`MEXP` mediumint(9) unsigned NOT NULL default '0',