aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-06Update UnixInstall.txtAokromes
(cherry picked from commit 183b89dcc31e38f23645a008a8c8e6ac4e4aa9f6)
2015-11-06DB/Creature: Add missing npcs in DalaranKillyana
(cherry picked from commit 8ff619ddc40fee1739125e91d20b519078c3f2fb)
2015-11-06DB/Creature: Fix spawnMask for Spire FrostwyrmKillyana
(cherry picked from commit ebf5b18fbc412705faddccc6bfe72a7993105884)
2015-11-06DB/Misc: More AQ40 fixesAokromes
By Malcrom. (cherry picked from commit 5a3b1d32f7536501b18e2aabca541224fe84cde4)
2015-11-06DB/Creature: AQ20 Full respawn and waypointsAokromes
By Malcrom (cherry picked from commit 69fb441a283e0fdd4fb9517518c88ed846fbf70a)
2015-11-06DB/Quest: The Nightmare ManifestsKillyana
Fix some issues: InhabitType, Hover during the combat, and Eranikus will no longer be attackable before the phase 2 (cherry picked from commit f3344bcd7b8e6bd2e8fb3de497d62f423da65d9b)
2015-11-06DB/Item: Meteorite Crystal TrinketKillyana
By @treak Closes #8669 (cherry picked from commit ec83d0fd8c5327260e53dfafeb66cb4c22cfc097)
2015-11-06DB/Creature: Fix spawns/pathing in AQ40Killyana
By malcrom (cherry picked from commit 141ba6bfda55884a52a75b6f439a697745f5e24b)
2015-11-06DB: Fix up some errors in Vekniss Hive CrawlerKillyana
By Malcrom (cherry picked from commit bfa521491b305f0856c1843dd0e9a7957526b7d6)
2015-11-06DB/Misc: Fix 2 runtime errorsAokromes
By Malcrom (cherry picked from commit 2478438117a2d01435f3d0b182d1a5fd5144792c)
2015-11-06DB/Creature: Pathing for Lava SurgerAokromes
By Malcrom (cherry picked from commit 3b2b67998182af7360d032cd1967e4aaca4e6434)
2015-11-06Scripts/Naxxramas: Loatheb follow-up:treeston
- Fix Deathbloom (for real this time) (cherry picked from commit 17fdb1e091796933a2028778e4ea5f3b53186b4f)
2015-11-05DB/Misc: Fix startup errorsAokromes
(cherry picked from commit 67049818db11e627c726623d5fa5034a0af9f18d)
2015-11-05DB/SAI: Fix teleport to Molten coreAokromes
By Malcrom (cherry picked from commit d70af4758504f75f731c35939bb98cfd6e617073)
2015-11-05DB/Creature: Pathing for Molten CoreAokromes
By Malcrom, closes #15662 (cherry picked from commit 976ab4d2aee22f445320c48ec336d35328f919da)
2015-11-05DB/Gameobject: Add few missing Molten Core GameobjectsAokromes
By Malcrom (cherry picked from commit bb198de1f2c08d3cde5d4ec4a34bc60f9bbafaf6)
2015-11-05DB/Gossip: Innkeeper Boorand PlainswindKillyana
Closes #15672 (cherry picked from commit 88ebff08f33b1b0d0ee00b951005cb434dea56e7)
2015-11-05DB/Gameobject: Fix Gordok Courtyard DoorAokromes
(cherry picked from commit 50cf74f0dbe1f2d9580ec3a7673f2c99963d17f7)
2015-11-05DB/Creature: Anub'ar Warrior pathingKillyana
By @Malcrom (cherry picked from commit 30eaf23b6af412a0c876c13b11adda41e7027aa0)
2015-11-05DB/Creature: Sheddle Glossgleam EventKillyana
Shiny Shoes (cherry picked from commit 1b0f475e9593560224b9f8db84422ed89145a30d)
2015-11-05DB/Creature: Spire FrostwyrmKillyana
Add Spire Frostwyrm spawns and scripts in Icecrown Citadel (cherry picked from commit dcc1e50897389ddce7ca2110c6f1493315239105)
2015-11-05DB/Quest: Fix a typo on CompletionText for Dark StormsKillyana
By @Espionage724 Closes #15652 (cherry picked from commit 7f8d19e73e3d169777a60dd9346d64c04b21a004)
2015-11-05DB/Creature: Hrothgar Landing FixupsKillyana
By @Malcrom (cherry picked from commit a87f5fdcdebf7e03c29f6f14b89e8e8398c601e0)
2015-11-05DB/Creature: Fix Champion go to bunny movementsKillyana
(cherry picked from commit 8bd594532859f8995b807f49b88f4348bec1cd77)
2015-11-05Core/Accounts: Unified game account ban checks with 3.3.5 branchShauren
2015-11-04Core/ScriptMgr: Improve commit 155a289f052b3a48caadeNaios
2015-11-04Core/ScriptMgr: Fix "conditional expression is constant" warning.Naios
* introduced in commit 12d1993994b11785
2015-11-04Dep/g3d: Removed std::shared_ptr, std::weak_ptr, std::dynamic_pointer_cast, ↵Shauren
std::static_pointer_cast and std::enable_shared_from_this from global namespace
2015-11-04Core/Globals: Use std::string rather than char* to pass script names around.Naios
2015-11-04Core/ScriptMgr: Replace IsDatabaseBound() methods through traits.Naios
2015-11-04DB/SAI: Update SAI for Briny Sea CucumberKillyana
Fix gathering more than one item on the same npc
2015-11-03Core/Commands: Added assertion checking if command name is not nullShauren
2015-11-02Core/Auth: Added missing lock country check to AuthSession handlerShauren
2015-11-01DB/Objects: Fix Objects IDs on a previous commitKillyana
2015-11-01DB/Event: Add missing Hallow's End event spawns on Eversong WoodsKillyana
Thanks to @kittnz for the sniffs
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-01Core/AI: Cleanup in CreatureAISelectorNaios
2015-11-01Core/AI: Convert the hardcoded variadic RAND functions into one C++11 ↵Naios
variadic template version.
2015-11-01Scripts/VioletHold: rewrote the whole instancejoschiwald
thanks @MitchesD for help (cherry picked from commit df21162fe44d2ff29c201a9004586f560789c38b) (cherry picked from commit 3a4f54197c05ce4209c7e659acfd382896607265) (cherry picked from commit f50df728201849ee7185d33c5a061c91e781c8de) (cherry picked from commit 95bae7143f0f4bb7d5975f8a61daa3c533f48225) (cherry picked from commit 5406f82044e7bd6ceb024a67f33c1674400cdc1f)
2015-11-01Script/Commands: Add new "debug loadcells" commandjackpoz
Closes #15292 (cherry picked from commit 5e1722c2f497ac7df8fed5ebe01e352965884584)
2015-11-01Scripts/Commands: Change few commands to target current Player by defaultjackpoz
(cherry picked from commit d1efb90ae88bfb30ad13c48eef5d6c19ce5739e2)
2015-11-01DB/World: added all SQL cherry picks from ↵MitchesD
https://github.com/TrinityCore/TrinityCore/commit/fbca2bfd6a2ea0c03f0e94d406650c19847d8e9f to https://github.com/TrinityCore/TrinityCore/commit/654332e94b0ef746309251b77f5658f5b6a03c62 DB/Misc: Fix startup errors (cherry picked from commit 41e0d21a35e05c504f258bd5419e92b34a801e26) DB/Creature: Okla + Kranal (cherry picked from commit 5845b97a4d520a98d4bb0d2b37299fc9e8f80c53) DB/Creature: Refurbished Steam Tank (cherry picked from commit 947ea63dfb093e3e78cb02bac29c7a54422c5439) DB/Quest: Assault by Air (A/H) (cherry picked from commit b155ef2d254ddd2b271eab4336a58243ec1b6d68) DB/Quest: Get Me Out of Here! (cherry picked from commit 680ad1bab8033548b56ee7bd557c3fcf1669190d) DB/Object: Mysterious Deadmines Chest/Mysterious Wailing Caverns Chest (cherry picked from commit a053f546350413dc9e7fbf88bd7bedd0c21d91a5) DB/SAI: Pit-Fighting Spectator - Emotes (cherry picked from commit 32778c4734571e3fe4617ca7f51fb6baacbbb582) DB/Creature: Conquest Hold Legionnaire - Movement (cherry picked from commit 9b6a7a2da66b28ee667d4c9780985e2cb56774e6) DB/Misc: Dire Maul Cosmetic Stuff (cherry picked from commit 2c462ea77676d505774e9e14907e6cdfaf250c7a) DB/Creature: Grizzlyhills Pathing/Events - Part 1 (cherry picked from commit 35497c479ffea02911b397f1e9353d66d4b0a889) DB/Creature: Grizzlyhills - Movement Part 2 (cherry picked from commit fb9099a97c4a03fcbcc14bd7ad2f5159a9537e9a) DB/Quest: Teron Gorefiend, I am... (cherry picked from commit f020f6f519748475b8ab62db64a43ea227dc083d) DB/Misc: Fix a runtime error (cherry picked from commit 9842bb96d27edb9a6dea5ed49a300897953c73bc) DB/Misc: Fix startup error (cherry picked from commit 8572eea4ea2a6e8b8418c737ec9108fe87b71d2d) DB/Quest: The Valiant's Challenge (cherry picked from commit 91ecd006bb02b33647af9a70a63c6514dbb86dda) DB/Creature: Elemental Slave (cherry picked from commit ed8dbd332fcf2e08462f65e3022be34b2cd75332) DB/Creature: Curgle Cranklehop (cherry picked from commit 56c043f0a6216ec0cf96439758c5b8f4f0388283) DB/Creature: Creeping Sludges (cherry picked from commit afe486ecb03c5dbf41f1f4da80f213d1debe8dae) DB/Quest: Troll Patrol: Done to Death (cherry picked from commit ff72ae815fee1ff124a0b90ae5d4f93fc4a18dee) DB/NPC: Fix and add gossip stuff to avoid learning spells from different classs trainers (cherry picked from commit 2b15a9b79ad42bb3f7c4340802c0cccaa570cffd) DB/Creature: add gossips to Shenthul (cherry picked from commit fb3a453a7467187b8cb29de8b1a0f8f4971ce53c) DB/Creature: Defenders at Bloodmyst Isle (cherry picked from commit a295e96c5502e0e56932b9be8487f489d0ae9168) DB/Creature: Misc SAI aditions (cherry picked from commit 9620c316a888b43030909eb38f4fdeedbec243ce) DB/Misc: Fix startup errors (cherry picked from commit 654332e94b0ef746309251b77f5658f5b6a03c62) DB/Misc: Extra-Dimensional Ghost Revealer DB/Quest: Exorcising the Trees DB/Creature: Fix InhabitType for Sapphire Hive Wasp DB/Misc: The Grand Melee DB/Quest: Engineering a Disaster DB/Quest: Divination: Gorefiend's Truncheon DB/Quest: In Strict Confidence DB/Creature: Priestess Tyriona DB/Quest: Among the Champions DB/Quest: Fix bad required races (cherry picked from commit ec24d4e4b3278d06f9fc4674a3b5e862e6ca2d07) DB/Creature: Shadowpine Catlord (cherry picked from commit d7258eaead3d97b2414f709051d0939dcc972b54) DB/Misc: Razormane Hunter (cherry picked from commit d99f28b3288d4c6863f028f6a74bab16ff413ace) DB/Conditions: SAI (Infinite Hunter) (cherry picked from commit cc9b095caeb250a8c7f9b582afe8c2008bdcc6ae) DB/Misc: Apexis Emanation area requirement (cherry picked from commit 2e111a098d62d801451335f1cca0beadd8851565) DB/Misc: Orgrim's Hammer and The Skybreaker marker npcs (cherry picked from commit 4979cdee2e95009e9d43667504e4dfae11d07914) DB/Conditions: Sealed Chest (cherry picked from commit 447efcb4f99628b2c1dc123f26aea088a647648b) DB/Text: Corki's Gone Missing Again! (cherry picked from commit 706abc95fbdd2776fe28262d557b731978cc19ee) DB/Quest: The Heart of the Mountain (cherry picked from commit d2224dcd7adca251c17d61125cdbeae6af84399c)
2015-11-01Core/NetworkIO: Adjust more packet throttling valuesjackpoz
Adjust more packet throttling values by increasing some limits, this might fix some random kicks. Close #14659 (cherry picked from commit 5bd7c295c0b0f2cb78345ed02dd37531a67348f5)
2015-11-01Core/Misc: Fix issues reported by static analysisVincent-Michael
Coverity defect IDs: 1296295, 1296294 (cherry picked from commit 5745c880fdbaa69de619263884c8f690c2bd044b)
2015-11-01DB/Misc: Fix startup errorsAokromes
Updates #13707 (cherry picked from commit 491dd1852ae95bc2070a306365bb20e076946aa6)
2015-11-01DB/Gossip: Orchish OrphanDr-J
As with shattrath one alliance (human orphan) already has gossip was just missing from orchish one. (cherry picked from commit 9759aa2cfd4e58831bc071a253cdfa67d6c8d2a9)
2015-11-01DB/Gossip: Bloodelf OrphanDr-J
Add gossip menu and set for Bloodelf Orphan, Dreanei Orphan already has it was just the gossip for horde npc which was missing (cherry picked from commit 5d2963515263de586698d4f148e10c3f758b00e2)
2015-11-01DB/Misc: Quest rewards for Northrend Children's Week chainDr-J
Quest rewards for http://www.wowhead.com/quest=13959/back-to-the-orphanage and http://www.wowhead.com/quest=13960/back-to-the-orphanage Mail will be delivered 15 mins after quest turned in containing the reward (pet) for which ever chain you completed http://postimg.org/image/ukyloata3/ http://postimg.org/image/fdim3y1ff/ (cherry picked from commit df8fbb0759c14c7655016e2494874e65de4b636d)
2015-11-01DB/Gossip: Wolver/Oracle OprhanDr-J
Add gossip menu to Wolver and Oracle Orphan, gossip was already in db just not assigned. (cherry picked from commit 984a8ea73bb7ed09e8b93e6594910847257de8f9)
2015-11-01DB/Quest: Counterattack! Script improvementsDr-J
* Correct gossip menu for http://www.wowhead.com/npc=3389/regthar-deathgate instead of gossip menu which actually belonged to http://www.wowhead.com/npc=18715/private-weeks * Event will now reset after 5 mins or when quest returned rather than only working once per server restart * Event will now start either on quest accept or on select of gossip option if player has quest taken (cherry picked from commit ad9d2b6229d2a3e928693a472f9962596a27b8a6)