diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-23 13:56:45 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-23 13:56:45 +0000 |
commit | 035d1f870aa7e55825c8fe473c1132d2479b8631 (patch) | |
tree | cf3facfd49137fa5cc88f161769f963e34d9e8f7 /conf-tmpl | |
parent | 72b91202c8bd8e77c454db416112fd182c9249e3 (diff) | |
download | hercules-035d1f870aa7e55825c8fe473c1132d2479b8631.tar.gz hercules-035d1f870aa7e55825c8fe473c1132d2479b8631.tar.bz2 hercules-035d1f870aa7e55825c8fe473c1132d2479b8631.tar.xz hercules-035d1f870aa7e55825c8fe473c1132d2479b8631.zip |
- Fixed Potion Pitcher sometimes crashing the server.
- Fixed a compile warning by adjusting the acid demonstration formula.
- Added flag 2 to the skill_castnodex_db file for skills that shouldn't be affected by delay/cast reducing skills/effects.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5714 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/mapflag/water_height.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf-tmpl/mapflag/water_height.txt b/conf-tmpl/mapflag/water_height.txt index 24d1b934a..27d7ad30a 100644 --- a/conf-tmpl/mapflag/water_height.txt +++ b/conf-tmpl/mapflag/water_height.txt @@ -3,6 +3,8 @@ // map_name map_water_level_to_use
// Example: Use geffen's water level for prontera when prontera.rsw isn't found in the grf.
// prontera.gat geffen.gat
+// You can also directly specify the rsw file:
+// prontera.gat geffen.rsw
force_1-1.gat force_map1.gat
force_2-1.gat force_map1.gat
@@ -175,4 +177,4 @@ y_airport.gat airport.gat lhz_airport.gat airport.gat
airplane_01.gat airplane.gat
que_job03.gat que_job02.gat
-p_track02.gat p_track01.gat
\ No newline at end of file +p_track02.gat p_track01.gat
|