Update zone/cli/tests/cli_zone_state.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Vayle 2026-03-08 11:43:58 -04:00 committed by GitHub
parent 7da9bd74eb
commit ee49bf5cd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -895,6 +895,7 @@ inline void TestClientBuffPersistence()
Client loader; Client loader;
loader.SetCharacterId(test_character_id); loader.SetCharacterId(test_character_id);
loader.SetName("buff-persistence-load"); loader.SetName("buff-persistence-load");
loader.SetClientVersion(ClientVersion::RoF2);
database.LoadBuffs(&loader); database.LoadBuffs(&loader);
auto loaded_buffs = loader.GetBuffs(); auto loaded_buffs = loader.GetBuffs();