This commit is contained in:
shoopea 2019-05-25 15:36:03 +08:00
parent 44b8d2d42d
commit d2b51de3a7

14
main.go
View File

@ -84,13 +84,13 @@ func main() {
if *initdb { if *initdb {
initDB() initDB()
_ = addObjCastle(`🦌`, `Deerhorn`) _, _ = addObjCastle(`🦌`, `Deerhorn`)
_ = addObjCastle(`🐉`, `Dragonscale`) _, _ = addObjCastle(`🐉`, `Dragonscale`)
_ = addObjCastle(`🦅`, `Highnest`) _, _ = addObjCastle(`🦅`, `Highnest`)
_ = addObjCastle(`🌑`, `Moonlight`) _, _ = addObjCastle(`🌑`, `Moonlight`)
_ = addObjCastle(`🥔`, `Potato`) _, _ = addObjCastle(`🥔`, `Potato`)
_ = addObjCastle(`🦈`, `Sharkteeth`) _, _ = addObjCastle(`🦈`, `Sharkteeth`)
_ = addObjCastle(`🐺`, `Wolfpack`) _, _ = addObjCastle(`🐺`, `Wolfpack`)
} }
resetMsgParsingRules() resetMsgParsingRules()