From b5300be8f74ab64d90d71e20a11d2f0d5497c8bd Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 18 Dec 2006 19:15:41 +0000 Subject: - When walking into a Guild Dungeon your pvp_points will be set to 5 so you have to die twice before being warped out. - If jobchanging while disguised, the disguise will be removed, since it can't be kept and still calculate correctly the new job class to use. - Fuuma shurikens are now unbreakable code-wise (like all maces, books, etc) - Applied Meruru's patch to increase speed of easy path seeks. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9518 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index 0c2485307..c69ecbaeb 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -1650,6 +1650,7 @@ int skill_break_equip (struct block_list *bl, unsigned short where, int rate, in case W_MACE: // Axes and Maces can't be broken [DracoRPG] case W_STAFF: case W_BOOK: //Rods and Books can't be broken [Skotlex] + case W_HUUMA: where &= ~EQP_WEAPON; } } -- cgit v1.2.3-60-g2f50