aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-09-01Core/Random: Remove no longer needed hack for VS 2013Shauren
2016-09-01DB/Quests: Updated quest_template to 7.0.3.22522 part 5Vincent-Michael
2016-08-31SQL:Vincent-Michael
- Rename 2016_08_30_00_world_.sql to 2016_08_30_00_world.sql - Rename 2016_08_31_00_world_.sql to 2016_08_31_00_world.sql
2016-08-31Core/PacketIO: Enable SMSG_WHOShauren
Closes #17712
2016-08-31DB/Quests: Updated quest_template to 7.0.3.22522 part 4Vincent-Michael
2016-08-30DB/Quests: Updated quest_template to 7.0.3.22522 part 3Vincent-Michael
2016-08-30Core: Set default expansion to Legion.Shauren
2016-08-29DB/Quests: Updated quest enders to build 7.0.3.22522Kinzcool
2016-08-29Core/Define: Remove the conditional macro for constexpr.Naios
* Not needed anymore since the requirements were raised to MSVC 2015. (cherry picked from commit da3c03a48bdf0ef4add6aa1f718ca761afeaebbb)
2016-08-29Core/Common: Correct the linking of localeNamesNaios
(cherry picked from commit 13e5817417f48374ff460c5ccdc5f149a1ae8791)
2016-08-29Core/Unit: Force cancel unit events before invalidating the object on ↵Naios
destruction * Closes #16675 (cherry picked from commit 0c97ef5f74ecd30a16965719b857d0ba71580fbf)
2016-08-29DB/Quests: Updated quest_template to 7.0.3.22522 part 2Vincent-Michael
2016-08-29Core/GameObject: added possibilty for gameobjects to contain money loot.ariel-
Updates #14564 (cherry picked from commit b091415c03ffbfb5a7534d6b087101b15640fae7) Conflicts: src/server/game/Globals/ObjectMgr.cpp Core/GameObject: migrated non-WDB fields to new gameobject_template_addon table (cherry picked from commit bd4bf0a73fa29701835176ce757e2fb498b39cdc) Conflicts: src/server/game/Globals/ObjectMgr.cpp Core/GameObject: cache pointer to GameObjectTemplateAddon (cherry picked from commit 33102220e53731ca958b46e87abacdce07e3aa88) Conflicts: src/server/game/Entities/GameObject/GameObject.cpp Core/ObjectMgr: filter out bogus check This restores previous behaviour (cherry picked from commit 7028503e8f80dc5488ea9dbf33f595ef2044001d) Typo fix (cherry picked from commit fe3a0bf7e135cf8ba9035c4d3c271969d2915aaa)
2016-08-29SQL: Remove pointless (and very slow) delete queryShauren
2016-08-29Remove BOM byte from 2016_08_28_02_hotfixes.sqlDDuarte
2016-08-29Core/ObjectMgr: throw some consts and nullptr aroundariel-
(cherry picked from commit 8727048af67f6e416f82b4c8498d9c072069371f) Conflicts: src/server/game/Globals/ObjectMgr.cpp src/server/game/Globals/ObjectMgr.h
2016-08-28Hotfixes: Updated broadcast_text up to build 7.0.3.22522Kinzcool
2016-08-29.travis.yml: fix path to the update sql filesDuarte Duarte
2016-08-28DB/Quests: Updated quest_template to 7.0.3.22522Vincent-Michael
2016-08-28SQL: Optimize sql in 3a77fd12e378a6682e7bfe8c7eb8ec6b34ca88b5Vincent-Michael
2016-08-28DB/Quests: Updated quest_poi to 7.0.3.22522Vincent-Michael
2016-08-28Core/Characters: Implemented demon hunter cinematic at player loginVincent-Michael
2016-08-28Core/Spells: Updated create healthstone spellidVincent-Michael
2016-08-28Core/Quests: Renamed unknown quest objective fieldShauren
2016-08-28Fix README.md.Marco Ebert
Yes, I'm a nitpicker.
2016-08-28DB/Hotfixes: Added TactKey.db2 hotfixesVincent-Michael
2016-08-28Core/DataStores: Implemented TactKey.db2Vincent-Michael
2016-08-27Core/Characters:Vincent-Michael
- Added missing set PLAYER_BYTES_2_OFFSET_CUSTOM_DISPLAY_OPTION for barbershop - Fixed crash