aboutsummaryrefslogtreecommitdiff
path: root/sql/base
AgeCommit message (Collapse)Author
2017-05-14Core/Guilds: Remove old Guild.UndeletableLevel configDDuarte
Send guild achievement points in SMSG_GUILD_INVITE instead of level Remove old references to guild levels Player still have PLAYER_GUILDLEVEL field which is always 25
2017-05-14Core/Entities : Basic Conversation Implementation (#18010)Traesh
2017-05-08Core/Items: Set and save item context fieldShauren
2017-04-28Update auth_database.sqlAokromes
2017-04-28Core: Updated allowed build to 7.2.0.24015vincent-michael
2017-04-22Core: Change allowed build to 7.2.0.23937Shauren
2017-04-19TDB 720.00 - 2016/04/18TDB720.00DDuarte
2017-04-17Core: Updated GameTables to 7.2.0Shauren
Tools/Extractors: Updated to 7.2.0 Tools/ConnectionPatcher: Updated patterns to 7.2.0 Supported version is now 7.2.0.23911
2017-04-15Core/PacketIO: Updated server packet structures to 7.2.0Shauren
2017-03-17Core/Players: Rename "heroic character" to "death knight"Chazy Chaz
Closes #19286
2017-03-11* Scripts/Commands: Fix guid usage and enhance commandsRochet2
- Fix targeting gameobjects and creatures for .dist and .gps. The old code used DB guid to search from core generated guid lists. - Fix some error messages saying 'no player found' even if creatures and gameobjects and players were searched - Change atoi to atoul when receiving lowguids as string or other uint32 values - Use ObjectGuid::LowType instead of uint32 for lowguid type - Allow .gob info to take in gameobject guid link as well as entry link in addition to gameobject entry and update the documentation of the command - Change .gob delete to post the spawnid (dbguid) instead of the ingame generated guid (which is basically never seen or used by the player in any other commands that I see) - Allow spawntimesecs to be negative when spawning a gameobject - Disable searching by ingame spawn id in commands. (it makes little sense for a user to provide a number which is then attempted to be used as DB guid and non DB guid when both could have a match) - Update .gob turn documentation to tell about possibility to provide orientation in command - Correct the types in .gob add command result trinity_string - Correct the creature search for .npc del - Change .event to .event info - Add .go offset command - Remove the .go command for empty string (no subcommand given) because it just used .go xyz - Extend .gob info to show size, faction, flags and model dimensions - Remove some unnecessary casts - Document .wp show better (first and last were not documented) - Insert spawnid to .wp show info error message - Fix spawntime printing for .gobject target - Fix guid targetting for .npc set movetype - Fix query by spawnid for .wp show info - Fix deleting of existing waypoints when twice doing the command .wp show on - Fix deleting of existing waypoints when doing the command .wp show off - Change wpguid column in DB and in core to uint32, which is what the spawnid type is in core and db. Closes #18978
2017-02-26Fixed characters_database.sqljoschiwald
2017-02-26Core/Fishing: implement retail-like fishing skill-up functionality (#17528)SnapperRy
Follow-up to 6f1e823. Forgot to update base characters database. Sorry.
2017-02-04Core/Misc: Clarify the use of world_database.sqlAokromes
(cherry picked from commit 4cef7fe72bceac0f7bc44681b6f7952f435f2cb5)
2017-01-29Core/Player: Moved character_template from character to world dbjoschiwald
2017-01-29Core/Entities: Basic AreaTrigger System (#18035)Traesh
* Implemented AreaTrigger Templates * Implemented AreaTrigger Splines * Implemented SPELL_AURA_AREA_TRIGGER * and many more
2017-01-26Core: Change allowed build to 7.1.5.23420Shauren
2017-01-22Core/Players: Fixed accidentally deleting Talentsjoschiwald
Note: If you want to delete deprecated Talents from DB, enable the CharacterDatabaseCleaner
2017-01-14Core: Updated to 7.1.5.23360Shauren
2016-12-26Core/Items: Implemented bonus list as a possible result of RandomSuffixShauren
Ref #18423
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-09Core/Items: Fixed item level increases of gems with bonuses that give them ↵Shauren
scaling stat distribution
2016-12-04Core: Change allowed build to 7.1.0.23171Shauren
2016-11-17Core: Change allowed build to 7.1.0.22996Shauren
2016-11-13SQL: Fix base/characters_database.sqlShauren
2016-11-09Core: Change allowed build to 7.1.0.22995Shauren
2016-11-06Core/Instances: Implemented base scenario system and objectives in dungeonsKrudor
Closes #17905 Closes #18034
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-16TDB 703.00 - 2016/10/17TDB703.00DDuarte
2016-10-12Core: Change allowed build to 7.0.3.22810Shauren
2016-10-07Fix auth_database.sqlShauren
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-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-25Core/Players: Implemented new glyph systemShauren
2016-08-15Core/Items: Implemented artifactsShauren
2016-08-13Core: Change allowed build to 7.0.3.22423Shauren
2016-08-11Core: Change allowed build to 7.0.3.22410Shauren