summaryrefslogtreecommitdiff
path: root/tools/mob_db.pl
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-06 18:38:45 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-06 18:38:45 +0000
commit89a228e0aa57b695a7f990ee6777f38cbdd2460c (patch)
treec301cba61e166ccd3ab660ff780997617f1e232f /tools/mob_db.pl
parent06ceecc43d6829cb401ec0f2239e2313c526577c (diff)
downloadhercules-89a228e0aa57b695a7f990ee6777f38cbdd2460c.tar.gz
hercules-89a228e0aa57b695a7f990ee6777f38cbdd2460c.tar.bz2
hercules-89a228e0aa57b695a7f990ee6777f38cbdd2460c.tar.xz
hercules-89a228e0aa57b695a7f990ee6777f38cbdd2460c.zip
- Updated the mob_db converter to rename the ADelay column to ThinkTime.
- Updated the mob_db sql files to have this change as well. - Updated mob_db2.sql git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9425 54d463be-8e91-2dee-dedb-b68131a5f0ec
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',