diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-01 21:14:27 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-01 21:14:27 +0000 |
commit | 2c82c85e3857f9bcf513f4771f393f5f788f7f3f (patch) | |
tree | e29a43029cde3a36f8c43aadfb5a55195350599e /Makefile | |
parent | 81a95db7c1ad0099c5198b1d891225918253fa29 (diff) | |
download | hercules-2c82c85e3857f9bcf513f4771f393f5f788f7f3f.tar.gz hercules-2c82c85e3857f9bcf513f4771f393f5f788f7f3f.tar.bz2 hercules-2c82c85e3857f9bcf513f4771f393f5f788f7f3f.tar.xz hercules-2c82c85e3857f9bcf513f4771f393f5f788f7f3f.zip |
- Added -DMAPREGSQL to Makefile, commented out by default for now.
- Fixed AL_WARP displaying "Unknown Area" selections when you don't have all memo points used up.
- Fixed alive_count not being reset on skill unitsetting, which leads to some groups not being cleared once all their units expire.
- Optimized Kahii, will now only show the amount of HP healed. Moved to skill_counter additional effect so it may trigger even on miss.
- SKA no longer blocks skills.
- Modified the AM_TWILIGHT* skills to require 200 medicine bowls.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6435 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ OPT += -ffast-math # OPT += -fstack-protector
# OPT += -fomit-frame-pointer
OPT += -Wall -Wno-sign-compare
+# OPT += -DMAPREGSQL
# OPT += -DCHRIF_OLDINFO
# OPT += -DPCRE_SUPPORT
# OPT += -DGCOLLECT
|