summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-05 19:55:40 +0000
committerVicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-05 19:55:40 +0000
commit370bf9f32ed937420323611ca44580f127c40252 (patch)
tree6b3869f9c6159e271c110246c7979e4be3b7df72 /src/map/pc.h
parent227241c01c9b1a8f22bd75f670c8d97c273a1e9b (diff)
downloadhercules-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
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
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;