From cbc052c3ed4dd0c3ed56506d326ce1a759547041 Mon Sep 17 00:00:00 2001 From: Ilya Groshev Date: Thu, 16 Apr 2026 15:56:20 +0300 Subject: [PATCH] Add missing IUserWeaponStory to startedGameStartTables --- server/internal/service/state.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/internal/service/state.go b/server/internal/service/state.go index ea10b1e..6d83441 100644 --- a/server/internal/service/state.go +++ b/server/internal/service/state.go @@ -15,6 +15,7 @@ var startedGameStartTables = []string{ "IUserWeapon", "IUserWeaponSkill", "IUserWeaponAbility", + "IUserWeaponStory", "IUserCompanion", "IUserDeckCharacter", "IUserDeck",