aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
AgeCommit message (Collapse)Author
2016-12-18Core/Commands: Added new 'bnetaccount listgameaccounts' command to display ↵Shauren
all `account` table entries linked to a given battle.net email * Also fixed errors about bad commands in db Closes #18474
2016-12-11Core: Change allowed build to 7.1.0.23222Shauren
2016-12-04Core: Change allowed build to 7.1.0.23171Shauren
2016-11-17Core: Change allowed build to 7.1.0.22996Shauren
2016-11-09Core: Change allowed build to 7.1.0.22995Shauren
2016-11-04Core: Change allowed build to 7.1.0.22950Shauren
2016-10-28Core: Change allowed build to 7.1.0.22908Shauren
2016-10-25Core/PacketIO: Updated packets to 7.1.0.22900Shauren
2016-10-16SQLs: Move SQL updates the correct sub-folder (6.x -> master)DDuarte
2016-10-16TDB 703.00 - 2016/10/17TDB703.00DDuarte
2016-10-12Core: Change allowed build to 7.0.3.22810Shauren
2016-10-06Core: Change allowed build to 7.0.3.22747Shauren
2016-10-01Core/Player: Implemented account wide mountsMitchesD
Closes #17369
2016-09-25Core/Scenes: Implemented scene systemTraesh
Closes #17858 Closes #17976
2016-09-21Core: Change allowed build to 7.0.3.22624Shauren
2016-09-15Core: Change allowed build to 7.0.3.22594Shauren
2016-09-03DB/RBAC: fixed some permissions after 779d3b23689aba45a3a29eb1016f53e0710ed789joschiwald
2016-09-03Core/Commands: Implement .neargraveyard (find nearest graveyard from dbc). ↵xjose93
(#17301) (cherry picked from commit e2c01899272d1e6c6bbf990676b818cceaf18c9c)
2016-09-03DB/RBAC: fixed some permissions after a92bfb5505e17cc183ec5aa74b01564d566b7677joschiwald
2016-09-03Scripts/Commands: Small QoL adjustmentstreeston
- .debug hostil now shows spawn ID (DBGUID) in addition to current GUID (so you can .go creature to it) - .npc temp now takes an additional argument before the creature entry that determines whether the spawned creature instantly despawns upon death. Default is instant despawn (current behavior). - Add .npc evade command. - Add .pet level command. - .server shutdown and .server restart now fail with an error message if time is below a config var (GM.ForceShutdownThreshold, default 30s) as long as another player is connected. - New commands .server shutdown force and .server restart force bypass this limitation. (cherry picked from commit 0e1eb460d687e545f95caf0f38a16c3feb7132a3)
2016-09-02Core: Change allowed build to 7.0.3.22566Shauren
2016-08-30Core: Set default expansion to Legion.Shauren
2016-08-27Core/Misc: Updated to 7.0.3.22522Vincent-Michael
2016-08-26Core/Misc: Updated to 7.0.3.22498Vincent-Michael
2016-08-13Core: Change allowed build to 7.0.3.22423Shauren
2016-08-11Core: Change allowed build to 7.0.3.22410Shauren
2016-08-07Core: Change allowed build to 22345Shauren
2016-07-30Misc/RBAC: Sync with 3.3.5Vincent-Michael
2016-07-23Core/Players: Initial work on demon huntersOvalord
* Added starting level and required level config options as well as rbac permission to ignore the requirements * Updated max power values for both demon hunter specs * Fixed a crash during DK and DH creation * Added playercreateinfo data for demon hunters Closes #17651
2016-07-23Core: Change supported build to 7.0.3.22293Shauren
2016-07-19SQL: Cleanup WIP sql arrangementShauren
2016-07-05Core/Transmog: Implemented transmog collection and updated transmog handlingShauren
2016-05-19Core: Change supported client version to 6.2.4.21742Shauren
2016-05-07Core/Achievements: AchievementMgr refactoringShauren
* Extracted base CriteriaHandler class that deals with criteria only and will be reused for future scenario implementation * Fixed players earning guild achievements
2016-04-17Changed supported version to 21463Shauren
2016-04-16SQLs: Update to the /sql/updates organizationDDuarte
Update SQL files should now be in a sub-folder equal to the current branch name /sql/updates/auth/*.sql -> /sql/updates/auth/6.x/*.sql /sql/updates/characters/*.sql -> /sql/updates/characters/6.x/*.sql /sql/updates/hotfixes/*.sql -> /sql/hotfixes/world/6.x/*.sql /sql/updates/world/*.sql -> /sql/updates/world/6.x/*.sql This facilitates merges between the version branches
2016-04-11TDB 6.04 - 2016/04/11TDB6.04DDuarte
2016-03-28Core: Updated to 6.2.4Shauren
* Rewrite bnetserver for new authentication protocol
2016-03-22Merge branch '3.3.5-bossboundary' into 3.3.5-base (PR #16089)treeston
(cherry picked from commit 5b8b8c653039ec2add0b3a66468abb85e6f35054)
2016-01-13Core/Misc: Updated to 6.2.3.20886Shauren
2015-12-07Core: Updated to 6.2.3.20779Shauren
2015-11-21Core: Updated to 6.2.3.20726Shauren
2015-11-08TDB 6.03 - 2015/11/08TDB6.03Carbenium
2015-11-01DB/Auth: Fix typo in 2015_11_01_00_auth_2015_08_21_00.sqlNaios
* Add the update to the updates list
2015-11-01Script/Commands: Add new "debug loadcells" commandjackpoz
Closes #15292 (cherry picked from commit 5e1722c2f497ac7df8fed5ebe01e352965884584)
2015-10-17DB/Auth: changed battlenet_account_toys engine to InnoDBMitchesD
2015-10-16Core/Player: implemented Heirloom CollectionMitchesD
* implemented all things related to that collection * you can create heirloom by click on item in collection * also you can upgrade heirlooms by using specific kits * old heirlooms are converted to new ones
2015-10-09DB/Auth: Updated to 6.2.2a.20574Vincent-Michael
2015-09-15DB/Auth: Updated to 6.2.2a.20490Vincent-Michael
2015-09-09Core/BattlePets: Basics for Battle Petshorn