* Added use dynamic allocation when loading the msg_table

* Refresh the client when day comes to get rid of the night effect
* Changed @refresh to fake map loading, but without teleporting side effect
* Updated SQL file for the item_db

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1307 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
celest
2005-03-27 10:36:30 +00:00
parent c61d7fd127
commit 1717d644dd
8 changed files with 1867 additions and 1781 deletions

View File

@@ -275,6 +275,7 @@ int atcommand_recall(const int fd, struct map_session_data* sd, const char* comm
int atcommand_config_read(const char *cfgName);
int msg_config_read(const char *cfgName);
void do_final_msg();
char *estr_lower(char *str);