diff options
author | glighta <glighta@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-12 01:54:56 +0000 |
---|---|---|
committer | glighta <glighta@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-12 01:54:56 +0000 |
commit | 94898ebfcf8ccdae5b064fa27f843136c19e2a65 (patch) | |
tree | 144b6104b30e2df0bcaa77b3ef096af206d569f7 /src/map/map.h | |
parent | 0f715fc0dbaa5c2327a951d107e971f3d7ebd216 (diff) | |
download | hercules-94898ebfcf8ccdae5b064fa27f843136c19e2a65.tar.gz hercules-94898ebfcf8ccdae5b064fa27f843136c19e2a65.tar.bz2 hercules-94898ebfcf8ccdae5b064fa27f843136c19e2a65.tar.xz hercules-94898ebfcf8ccdae5b064fa27f843136c19e2a65.zip |
-Upd mob_count to read a 10 modib list to chk if present or not
-Add UNLIMITED_HUMMING implementation, now increase sp requirement and make cast unbreakable
-Upd Group dance overlaping A and B, previous chk wasn't ending other properly (if fail was skipping other)
-Upd OdinPower effect
-Fix Cursed-Circle, shoudn't be able to cast near Emp,Stones bugreport:6457
-Fix Cursed-Circle wasn't remove when caster was being warped
-Small docs upd
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16918 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 24753d058..1fbb02a86 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -717,7 +717,6 @@ bool mapit_exists(struct s_mapiterator* mapit); #define mapit_geteachnpc() mapit_alloc(MAPIT_NORMAL,BL_NPC) #define mapit_geteachiddb() mapit_alloc(MAPIT_NORMAL,BL_ALL) -// ���̑� int map_check_dir(int s_dir,int t_dir); unsigned char map_calc_dir( struct block_list *src,int x,int y); int map_random_dir(struct block_list *bl, short *x, short *y); // [Skotlex] |