Spells/Tooltips

* use cooldown strings from future clients to avoid scientific notation for long cooldowns hidden by the 335 client
This commit is contained in:
Sarjuuk
2025-03-16 01:11:32 +01:00
parent b2d3bc1076
commit 6f8b72c980
6 changed files with 12 additions and 12 deletions

View File

@@ -1518,8 +1518,8 @@ $lang = array(
"Instant cooldown", // SPELL_RECAST_TIME_INSTANT not used?
"%.3g sec cooldown", // SPELL_RECAST_TIME_SEC
"%.3g min cooldown", // SPELL_RECAST_TIME_MIN
// "%.3g hour cooldown", // SPELL_RECAST_TIME_HOURS not in 3.3.5
// "%.3g day cooldown" // SPELL_RECAST_TIME_DAYS not in 3.3.5
"%.3g hour cooldown", // SPELL_RECAST_TIME_HOURS - not in 3.3.5 but we display cooldowns the client hides anyways
"%.3g day cooldown" // SPELL_RECAST_TIME_DAYS - not in 3.3.5 but we display cooldowns the client hides anyways
),
'duration' => array( // SPELL_DURATION_*
"until cancelled",