aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-08SQL: Fixed typoVincent-Michael
2016-09-08DB/Hotfixes: Updated hotfixes creature_difficulty table structure for 7.0.3Vincent-Michael
2016-09-08Core/Players: Fixed new created characters starting in wrong specializationShauren
Closes #17913
2016-09-08Update 2016_09_08_00_world.sqlAokromes
closes #17918:
2016-09-08DB/Misc: Link more difficultiesAokromes
Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/2afb2131c5c047c90bb9c837668f0dce6498b21a
2016-09-07DB/Creatures: Fixed the health of creatures over level 105Kinzcool
2016-09-07Core/Items: Implement proper flag to check for real time duration (instead ↵Shauren
of played time) on items with limited duration
2016-09-07DB/Hotfixes: Updated hotfixes creature table structure for 7.0.3Vincent-Michael
2016-09-06Core/PacketIO: Defined smaller limits for incoming array sizes in client ↵Shauren
packets (default is 1000)
2016-09-06Core/Creatures: Load expansion data from `HealthScalingExpansion` column ↵Kinzcool
instead of the now-deprecated `exp` one
2016-09-06DB/Vendors: Added additional vendor data from patch 7.0.3 dataKinzcool
2016-09-06DB/Creature: Link more heroic modesAokromes
Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/3c2da4159e032301b27ac3a3aa14f59d302a1215
2016-09-06DB/Creature: Link more heroic modesAokromes
Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/a85579b83e059292a57138d2b907ded01df77dc3
2016-09-06DB/Gossips: Updated gossip data from 7.0.3Vincent-Michael
2016-09-06DB/Creature: Link more heroic modesAokromes
Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/b77a46983484228a22b5eaa55c099c360d34c49d
2016-09-05DB/Models: Added missed creature_model_info DisplayIDs in commit ↵Kinzcool
fdf6954f57ca1e555112ca37a8cf2cf114287e66
2016-09-05DB/Models: Updated `creature_model_info` from patch 7.0.3 dataKinzcool
2016-09-05DB/Creature: Link more heroic modesAokromes
Cherry pick of https://gitlab.com/trinitycore/TrinityCore_434/commit/ba62c5561a1060cdc98eeecd754e44034f324f68
2016-09-05DB/Quests: Added misc quest data from patch 7.0.3Kinzcool
2016-09-05Core/PacketIO: Replace std::list uses with std::vector in packetsShauren
2016-09-05DB/Models: Updated creature_model_info data from 7.0.3Vincent-Michael
2016-09-05DB/Creature: Link more heroic modesAokromes
Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/d86697656165ece13628c7866fe53a9a10b2b5cd
2016-09-05DB/Quests: Updated quest_template to 7.0.3.22498 part 9Vincent-Michael
2016-09-05DB/Quests: Updated quest_template to 7.0.3.22566 part 8Vincent-Michael
2016-09-05DB/GameObjects: Added more gameobject templates from patch 7.0.3 dataKinzcool
2016-09-05DB/PageTexts: Added more pagetext data from patch 7.0.3Kinzcool
2016-09-05Core/PageTexts: Added page_text data from 7.0.3Vincent-Michael
2016-09-05DB/Creature: Link more Throne of the Tides creaturesAokromes
Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/7e627b020c8a55906994de7e1d03d4f7e5f0eb8a
2016-09-05DB/Creature: Link more Throne of the Tides creaturesAokromes
Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/e7618fd7e691b8d58946b197fe4cb8ef0e5cb2b8
2016-09-05Update 2016_09_05_02_world.sqlAokromes
2016-09-05DB/Misc: Fix startup errorsAokromes
Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/e03640a4200009d952381d43d50b8373a7cf1081
2016-09-05DB/Creature: Link more Throne of the Tides creaturesAokromes
cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/f3215c03a9af8792c0c1952452343ff3f5378da4
2016-09-05DB/Creature: Link some Throne of the Tides creaturesAokromes
2016-09-04Core/Items: Add missing nullptr check in ↵Shauren
WorldSession::HandleConfirmArtifactRespec
2016-09-04DB/GameObjects: Updated gameobject_template data from 7.0.3.xxxxxVincent-Michael
2016-09-04DB/Models: Added VerifiedBuild field in creature_model_info tableVincent-Michael
2016-09-04DB/Models: Prepared creature_model_info table for 7.0.3 dataVincent-Michael
2016-09-04DB/Creatures: Updated creature_template to build 7.0.3.22566Vincent-Michael
2016-09-03Core/Items: Fixed feral form model not updating when equipping/removing artifactShauren
2016-09-03Core/Commands: Fixed buildVincent-Michael
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-03Core/PacketIO: Updated SMSG_QUERY_CREATURE_RESPONSE for 7.0.3Vincent-Michael
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-03DB/Misc: Fix startup errorsAokromes
Cherry pick of https://github.com/TrinityCoreLegacy/TrinityCore/commit/b56d70a9e58fe6ab8c64a641171187d9cb232259 and others
2016-09-03DB/Quests: Updated quest_template to 7.0.3.22522 part 7Vincent-Michael
2016-09-02DB/Creature: Fix difficulty for Blackwing Descent raid bossesAokromes
Cherry pick from https://gitlab.com/trinitycore/TrinityCore_434/commit/b6bf839a84160631fe6824bf9cc39e48649950cb
2016-09-02Core: Change allowed build to 7.0.3.22566Shauren
2016-09-02DB/Quests: Updated quest_template to 7.0.3.22522 part 6Vincent-Michael