From 6a2893723c01846d52cc2f333805c87469729f6c Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 7 Jun 2008 17:01:29 +0000 Subject: Swapped the weapon type IDs of Shotgun and Gatling Gun weapons to match aegis. Added Mace Mastery bonus to 2handed maces, and made them unbreakable. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12779 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 8bc055c2a..e752afb87 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -1131,6 +1131,7 @@ int skill_break_equip (struct block_list *bl, unsigned short where, int rate, in case W_1HAXE: case W_2HAXE: case W_MACE: // Axes and Maces can't be broken [DracoRPG] + case W_2HMACE: case W_STAFF: case W_BOOK: //Rods and Books can't be broken [Skotlex] case W_HUUMA: -- cgit v1.2.3-70-g09d2