summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 6c511fc484..f98131427f 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -398,8 +398,8 @@ enum stave_type
enum weapon_type
{
- WPN_WHIP, // 0
- WPN_CLUB,
+ WPN_CLUB, // 0
+ WPN_WHIP,
WPN_HAMMER,
WPN_MACE,
WPN_FLAIL,