From 89a228e0aa57b695a7f990ee6777f38cbdd2460c Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 6 Dec 2006 18:38:45 +0000 Subject: - 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 --- tools/mob_db.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mob_db.pl') 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', -- cgit v1.2.3-60-g2f50