summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-07 17:01:29 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-07 17:01:29 +0000
commit6a2893723c01846d52cc2f333805c87469729f6c (patch)
treefc3e6e0c0abf7ab37d7b5578531bc699360553cb /src/map/skill.c
parentbf5d35ffa62f9cc19f20f27fd5bd364f5fc13d7c (diff)
downloadhercules-6a2893723c01846d52cc2f333805c87469729f6c.tar.gz
hercules-6a2893723c01846d52cc2f333805c87469729f6c.tar.bz2
hercules-6a2893723c01846d52cc2f333805c87469729f6c.tar.xz
hercules-6a2893723c01846d52cc2f333805c87469729f6c.zip
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
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c1
1 files changed, 1 insertions, 0 deletions
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: