Merge branch 'azerothcore:master' into Playerbot

This commit is contained in:
bash
2025-10-25 20:37:41 +02:00
committed by GitHub
26 changed files with 637 additions and 138 deletions

View File

@@ -0,0 +1,5 @@
function isTrue() {
local val
val=$(echo "$1" | tr '[:upper:]' '[:lower:]')
[[ "$val" == "1" || "$val" == "true" || "$val" == "yes" || "$val" == "on" ]]
}