aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-08-18 18:59:58 +0200
committerShauren <shauren.trinity@gmail.com>2024-08-18 18:59:58 +0200
commitc4b710446d62c95eb8124175203fa5f394912594 (patch)
treec0e64d7fe1b315a34df65e4c44f0ad3d8723edf4 /sql/updates/auth
parent88fea990ff1408b94076fb9dbd0c974908d6a731 (diff)
Core/Realms: Realmlist refactors
* Removed global realm variable from World and use RealmList everywhere * Match auth build key with client version * Restored allowedSecurityLevel checks for realmlist packet building * Restored updating population field, mysteriously removed 15 years ago in f20b25d1c90f608deab28c9957b3b376ab2a0d50
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2024_08_18_00_auth.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_08_18_00_auth.sql b/sql/updates/auth/master/2024_08_18_00_auth.sql
new file mode 100644
index 00000000000..641e0d3d181
--- /dev/null
+++ b/sql/updates/auth/master/2024_08_18_00_auth.sql
@@ -0,0 +1 @@
+ALTER TABLE `account` ADD `client_build` int unsigned NOT NULL DEFAULT '0' AFTER `muteby`;