From f8f7d6bd0d90ea3db47d8e62578f0530aee7846b Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 25 Apr 2020 19:23:02 +0200 Subject: [PATCH] Fix 2 typos. --- singletons/ess.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/singletons/ess.cpp b/singletons/ess.cpp index ad91fa0..ed0474f 100644 --- a/singletons/ess.cpp +++ b/singletons/ess.cpp @@ -394,8 +394,8 @@ ESS::ESS() { _ess_resource_db_path = GLOBAL_DEF("ess/data/ess_resource_db_path", ""); _ess_entity_spawner_path = GLOBAL_DEF("ess/data/ess_entity_spawner_path", ""); - stat_set_string(GLOBAL_DEF("ess/enums/stats", "Agility,Strenght,Stamina,Intellect,Spirit,Health,Speed,Global Cooldown,Haste")); - _stat_main_stat_count = GLOBAL_DEF("ess/enums/main_stat_count", 6); + stat_set_string(GLOBAL_DEF("ess/enums/stats", "Agility,Strength,Stamina,Intellect,Spirit,Health,Speed,Global Cooldown,Haste")); + _stat_main_stat_count = GLOBAL_DEF("ess/enums/main_stat_count", 5); if (!Engine::get_singleton()->is_editor_hint() && _automatic_load) { call_deferred("load_all");