diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-07 17:01:29 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-07 17:01:29 +0000 |
commit | 6a2893723c01846d52cc2f333805c87469729f6c (patch) | |
tree | fc3e6e0c0abf7ab37d7b5578531bc699360553cb /src/map/status.c | |
parent | bf5d35ffa62f9cc19f20f27fd5bd364f5fc13d7c (diff) | |
download | hercules-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/status.c')
-rw-r--r-- | src/map/status.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c index c25231625..e8df69b3f 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1236,8 +1236,8 @@ static unsigned short status_base_atk(struct block_list *bl, struct status_data case W_WHIP: case W_REVOLVER: case W_RIFLE: - case W_SHOTGUN: case W_GATLING: + case W_SHOTGUN: case W_GRENADE: flag = 1; } @@ -3852,8 +3852,8 @@ static short status_calc_aspd_rate(struct block_list *bl, struct status_change * case W_BOW: case W_REVOLVER: case W_RIFLE: - case W_SHOTGUN: case W_GATLING: + case W_SHOTGUN: case W_GRENADE: break; default: |