diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-05 19:55:40 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-05 19:55:40 +0000 |
commit | 370bf9f32ed937420323611ca44580f127c40252 (patch) | |
tree | 6b3869f9c6159e271c110246c7979e4be3b7df72 | |
parent | 227241c01c9b1a8f22bd75f670c8d97c273a1e9b (diff) | |
download | hercules-370bf9f32ed937420323611ca44580f127c40252.tar.gz hercules-370bf9f32ed937420323611ca44580f127c40252.tar.bz2 hercules-370bf9f32ed937420323611ca44580f127c40252.tar.xz hercules-370bf9f32ed937420323611ca44580f127c40252.zip |
added missing weapon type, W_HUUMA(or kazema.. but huuma would be more.. correct)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5913 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 4984713a5..72a3a1f18 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -36,6 +36,7 @@ enum { W_SHOTGUN, //19
W_GATLING, //20
W_GRENADE, //21
+ W_HUUMA, //22
MAX_WEAPON_TYPE
} weapon_type;
|