* Completed adding packet DB reading

* Added Shinomori's suggestions for npc timers,
* Removed checking for script event timers' length, and added Shinomori's changes

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@947 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
celest
2005-01-10 15:25:24 +00:00
parent 38aa949355
commit 0e8dc29b2d
8 changed files with 77 additions and 68 deletions

View File

@@ -9,7 +9,6 @@ extern struct Script_Config {
int warn_cmd_mismatch_paramnum;
int check_cmdcount;
int check_gotocount;
int max_eventtimer_len;
} script_config;
struct script_data {