diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-22 20:32:25 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-22 20:32:25 +0000 |
commit | 46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2 (patch) | |
tree | 6c2d771580a35911711a0101cc4b1ca5e67bd896 /src/map/map.c | |
parent | 3fe27e962cf2084d380b6229fcc07c47d0c51e67 (diff) | |
download | hercules-46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2.tar.gz hercules-46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2.tar.bz2 hercules-46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2.tar.xz hercules-46c2eeef1fb61d251afe62f123c8f0cc6e25a7a2.zip |
- Modified slaves_inherit_speed and slaves_inherit_mode so you get better control of when to copy/remove modes/speed.
- Reenabled usage of mode MD_CHANGETARGET, so mobs with mode 0x200 will be able to switch targets while attacking.
- Simplified some more the chase-changetarget function.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9294 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index e5f266b9e..5e4ea6b9e 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3527,7 +3527,7 @@ int inter_config_read(char *cfgName) int map_sql_init(void){ - mysql_init(&mmysql_handle); + mysql_init(&mmysql_handle); //DB connection start ShowInfo("Connecting to the Map DB Server....\n"); |