diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-24 04:42:18 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-05-24 04:42:18 +0000 |
commit | bf2d6424f40123d3a70bcaa6864756cc7a72c46a (patch) | |
tree | 56b45df758a780c4d73e343054ac0e58b3c2e3b2 /src/map | |
parent | 0939f5a69654508d0280c92b679ca70eae7e4e53 (diff) | |
download | hercules-bf2d6424f40123d3a70bcaa6864756cc7a72c46a.tar.gz hercules-bf2d6424f40123d3a70bcaa6864756cc7a72c46a.tar.bz2 hercules-bf2d6424f40123d3a70bcaa6864756cc7a72c46a.tar.xz hercules-bf2d6424f40123d3a70bcaa6864756cc7a72c46a.zip |
- Fixed a buy/sell zeny exploit (bugreport:5799), follow up to r16138 and bugreport:5781.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16141 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/skill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index 1331e2064..9877d6255 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -6247,7 +6247,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in { int x,y, dir = unit_getdir(src); - //Fails on noteleport maps, except for GvG and BG maps [Skotlex] + //Fails on noteleport maps, except for GvG and BG maps [Skotlex] if( map[src->m].flag.noteleport && !(map[src->m].flag.battleground || map_flag_gvg2(src->m) ) ) { |