aboutsummaryrefslogtreecommitdiff
path: root/sql/base
AgeCommit message (Collapse)Author
2021-10-07SQL: Fix wrong delete queryShauren
2021-10-07Core: Updated allowed build to 9.1.0.40443Shauren
2021-10-06SQL: Fix 2021_10_02_00_characters.sql compatibility with mysql 5.7Shauren
2021-10-02Core/Players: Do not show zone on character list before first loginShauren
2021-10-02Core/Players: Store player creation timestamp and type (normal/npe)Shauren
2021-09-10Core: Updated allowed build to 9.1.0.40120Shauren
2021-09-02Core: Updated allowed build to 9.1.0.40000Shauren
2021-08-24Core/Creatures: Reworked setting move types in databaseShauren
* Each move type has its own field instead of trying to combine everything in InhabitType * Allow overriding movement separately for each spawn (cherry picked from commit 592516ae69d89da3bcb0ede144644a3d2e0186e0)
2021-08-19Core: Updated allowed build to 9.1.0.39804Shauren
2021-08-18TDB 910.21081 - 2021/08/18TDB910.21081TDB Release
2021-08-16SQL: Remove data that shouldnt be in initial character database structure importShauren
2021-08-11Core/Items: Implemented secondary shoulder transmog appearanceShauren
2021-08-08Core: Updated allowed build to 9.1.0.39653Shauren
2021-07-04TDB 905.21071 - 2021/07/04TDB905.21071TDB Release
2021-06-22SQL: Fix base/auth_database.sqlShauren
2021-06-16Scripts/Commands: new command '.debug instancespawn'Treeston
(cherry picked from commit 6ce078d8e885f61ebdff3eb905e4cf6a2911da90)
2021-05-16Scripts/Commands: New command: .debug threatinfoTreeston
(cherry picked from commit f45c211987794ff7e4192e0d3d4ca6bf67335fb5)
2021-05-12Core: Updated allowed build to 9.0.5.38556Shauren
2021-05-11Core/Quests: Set quest accept time updatefieldShauren
2021-05-11Core/Quests: Un-deprecate QUEST_SPECIAL_FLAGS_EXPLORATION_OR_EVENTShauren
2021-04-10SQL: Fix copypasteShauren
2021-04-10Core: Updated allowed build to 9.0.5.38134Shauren
2021-04-06SQL: Add missing `updates` entryShauren
2021-04-05Core/Misc: Change all unix time columns in character database to bigint (signed)Shauren
2021-03-28Core/Spells: Implement SPELL_EFFECT_TELEPORT_TO_RETURN_POINT (#26217)Matan Shukry
2021-03-15Scripts/Commands: modify command .dismount to target any selected player ↵ForesterDev
(#19788) - change security lvl for command .dismount to 2 (gamemasters). For players there is /dismount command Closes #19788 (cherry picked from commit 661dfee80ec3c56fa3f386d370f41ea7568c7da4)
2021-02-09Core: Updated allowed build to 9.0.2.37474Shauren
2021-01-13Core: Updated allowed build to 9.0.2.37176Shauren
2021-01-10Core: Updated allowed build to 9.0.2.37142Shauren
2020-12-31Core/WorldSession: Add RBAC permission for skipping idle connection check ↵Mikhail Redko
(#20595) (cherry picked from commit 558382ed6d87942603fa309b16a30e64d07bb305)
2020-12-31Core/Commands: Add .reload vehicle_templateShauren
2020-12-23DB/Auth: Corrected expansion NOT NULL DEFAULT to 8 (Shadowlands)RealLushen
2020-12-15Core: Updated allowed build to 9.0.2.36949Shauren
2020-12-13Core/Corpses: Fixed client crashes with player corpsesShauren
Closes #25714
2020-12-09SQL: Correct hash of 2020_11_16_00_characters.sqlShauren
2020-12-08Core: Updated allowed build to 9.0.2.36839Shauren
2020-12-08Core: Updated allowed build to 9.0.2.36753Shauren
2020-12-08Core/DataStores: Updated db2 structures to 9.0.2Shauren
* Includes support for new character customization
2020-10-20TDB 837.20101 - 2020/10/20TDB837.20101TDB Release
2020-09-25Core: Add mac client support for build 35662Shauren
2020-08-26Core: Updated allowed build to 8.3.7.35662Shauren
2020-08-22Scripts/Commands: New utility command: .list spawnpoints.Treeston
(I just needed it for dynspawn follow-up work, really.) (cherry picked from commit fcd6fe0aac0b906e2cf8e2379d94a7d73384c160)
2020-08-14TDB 837.20081 - 2020/08/14TDB837.20081TDB Release
2020-08-08Core: Add mac client support for build 35435Shauren
2020-08-06Core: Updated allowed build to 8.3.7.35435Shauren
2020-08-03Core/DB: Split `accounts`.`session_key` into `session_key_auth` (3.3.5) and ↵Treeston
`session_key_bnet` (master), so the branches will no longer break each other's realm switching. (cherry picked from commit 38de6d330711f0439d311a3c493cc82eaf9d09db)
2020-08-03Core/Authserver: Compatibility change for master branchShauren
(cherry picked from commit bfb041246f5c7c499ff365b38a281b0784f0bdb7)
2020-08-03Core/Authserver: Re-organize the `accounts` table (PR #25135)Treeston
- no longer use sha_pass_hash for anything else core-side (.account, SOAP, RA) - salt/verifier/session_key are now binary - old s/v/sha_pass_hash fields kept around for backwards compatibility - sha_pass_hash is still updated (for now), s/v are not - sha_pass_hash is only read if s/v have been manually changed - SRP6 b now uses the full 32 bytes of randomness (instead of randomly only using 19) (cherry picked from commit 3164b58c7d170810b69378950c0891e5f5b8678b)
2020-07-25Core: Add mac client support for build 35284Shauren
2020-07-24Core: Updated allowed build to 8.3.7.35284Shauren