From 3238a7ff626d448d6291e33e94e473c728d0d0b7 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 18 Mar 2012 03:35:00 +0000 Subject: Added Official behavior to non-ensamble songs: they no longer go off if you warp within the same map. bugreport:4547 Dev Note: I didn't put it under session data cause only bard/gypsy classes use it, I found it to a be a waste. I'm not very comfortable with the dbmap either, however, so if you got any idea on how to make it more efficient lets talk :3 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15708 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/pc.h') diff --git a/src/map/pc.h b/src/map/pc.h index 8c70984e0..e3d810378 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -145,6 +145,7 @@ struct map_session_data { unsigned short autobonus; //flag to indicate if an autobonus is activated. [Inkfish] struct guild *gmaster_flag; unsigned int prevend : 1;//used to flag wheather you've spent 40sp to open the vending or not. + unsigned int warping : 1;//states whether you're in the middle of a warp processing } state; struct { unsigned char no_weapon_damage, no_magic_damage, no_misc_damage; -- cgit v1.2.3-60-g2f50