summaryrefslogtreecommitdiffstats
path: root/wat/db.go
diff options
context:
space:
mode:
Diffstat (limited to 'wat/db.go')
-rw-r--r--wat/db.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/wat/db.go b/wat/db.go
index 1233e84..53876c3 100644
--- a/wat/db.go
+++ b/wat/db.go
@@ -87,6 +87,7 @@ const (
Action_Mine ActionType = 1
Action_Rest ActionType = 2
Action_Lift ActionType = 3
+ Action_Riot ActionType = 4
)
type ActionType int