From c6a2b2017d435824ff670940a2dec64cb8b71e2b Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 19 May 2019 20:02:38 +0800 Subject: [PATCH] test --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index 1aab103..bda2ce3 100644 --- a/utils.go +++ b/utils.go @@ -52,7 +52,7 @@ func CastleID(c string) int { return castleShark case "Wolfpack": return castleWolf - case "🐺": + case "🦌": return castleDeer case "🐉": return castleDragon