diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-09-19 15:28:56 +0200 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-09-19 15:28:56 +0200 |
commit | acc4d2eb875ddf67898ae0ac443e76de2d640daa (patch) | |
tree | 72a2c649d6c8c434abe7cb05a0d6c00e667e07d9 /src/map/homunculus.c | |
parent | 0b617096e7c81a0861b362769a835f23118431dc (diff) | |
download | hercules-acc4d2eb875ddf67898ae0ac443e76de2d640daa.tar.gz hercules-acc4d2eb875ddf67898ae0ac443e76de2d640daa.tar.bz2 hercules-acc4d2eb875ddf67898ae0ac443e76de2d640daa.tar.xz hercules-acc4d2eb875ddf67898ae0ac443e76de2d640daa.zip |
Update official Homunculus renewal stats (bug:6970) http://hercules.ws/board/tracker/issue-6970-homunculus-renewal-stats/
Follow up (bug 8348): https://github.com/HerculesWS/Hercules/commit/ddc52570a9bf694cdba6445bc02350a94856a583
Update official overbrand damage (special thanks to Rytech)
The skill damage is no longer affected by your base level. It is now affected by the enemy's base level (special thanks to Rytech)
Updated the list of skills usable while mounted on a mado. (special thanks to Rytech)
Diffstat (limited to 'src/map/homunculus.c')
-rw-r--r-- | src/map/homunculus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/homunculus.c b/src/map/homunculus.c index 0f76fcf5f..f4ffc62a6 100644 --- a/src/map/homunculus.c +++ b/src/map/homunculus.c @@ -1126,7 +1126,7 @@ bool homunculus_read_db_sub(char* str[], int columns, int current) { void homunculus_read_db(void) { int i; - const char *filename[]={"homunculus_db.txt","homunculus_db2.txt"}; + const char *filename[]={DBPATH"homunculus_db.txt","homunculus_db2.txt"}; memset(homun->db,0,sizeof(homun->db)); for(i = 0; i<ARRAYLENGTH(filename); i++) { |