From 2e2f6aff261555ae5eaee6b7777d5844b7d20544 Mon Sep 17 00:00:00 2001 From: skotlex Date: Wed, 22 Mar 2006 18:47:01 +0000 Subject: - status_check_skilluse won't block skill-specific checks (silence, berserk, steel-body, etc) when the skill in use is an item-invoked skill. - Merged LittleWolf's function to read the map-height directly from the rsw file. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5706 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index 77044ee8c..28bc785bc 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -997,6 +997,7 @@ struct map_data { int m; short xs,ys; short bxs,bys; + int water_height; int npc_num; int users; struct { -- cgit v1.2.3-70-g09d2