aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-06DB/Creature: Fix wrong npcflag for Alchemist KanhuAokromes
By MrSmite, closes #11671
2014-03-04DB/Loot: Harbinger SkyrissAokromes
By MitchesD, closes #11670
2014-03-03Update 2014_03_03_00_creature_text.sqlAokromes
2014-03-03DB/SAI: Loken's OrdersAokromes
By dr-j, closes #4855
2014-03-03Rename 2014_03_03_00_gossip.sql to 2014_03_03_01_world_gossip.sqlAokromes
2014-03-03DB/Gossip: Add missing textsAokromes
Note: https://github.com/TrinityCore/TrinityCore/blob/master/src/server/scripts/Kalimdor/CavernsOfTime/EscapeFromDurnholdeKeep/old_hillsbrad.cpp needs to be moved into db.
2014-03-03DB/Creature: Commander Stoutbeard's yellAokromes
Closes #7948
2014-03-02Dep/ACE: Fix assertion triggered on shutdownjackpoz
Fix assertion triggered on shutdown on Windows platform Debug mode by back-porting fix from ACE revision 96226. Fixes #9770.
2014-03-02Core/Player: delete queststatus (weekly/monthly/seasonal) on deleting ↵joschiwald
character thx @Expecto - also rename some prepared statements Closes #11658
2014-03-01Rename 2014_02_27_01_world_sai.sql to 2014_02_27_02_world_sai.sqlAokromes
2014-02-27Core/MMAPs: Replace an assert with error logjackpoz
Replace an assert in PathGenerator::BuildPolyPath() about invalid poly reference with an error log. Fixes #11493 .
2014-02-27DB/SAI: The Grimtotem WeaponAokromes
by dr-j closes #3119
2014-02-27DB/SAI: Fix The Multiphase SurveyAokromes
Closes #6279 by untaught.
2014-02-27DB/Trainers: Fix some spells avariabilityAokromes
Closes #11248
2014-02-27DB/Gameobject: Dun Argol CageAokromes
By dr-j, closes #11649
2014-02-27DB/Gameobject: cage door quest Freedom for all creaturesAokromes
Updates #4823, this only closes door, it still needs scripting.
2014-02-26Scripts/Onyxia Lair: Fix debug assertions about iteratorsjackpoz
2014-02-24Core/MMAPs: Add support for raycastjackpoz
Add an optional parameter "straightLine" to PathGenerator::CalculatePath() which will use raycast instead of path finding and will return only complete path from start to end position. Implement this new type of path in SPELL_EFFECT_CHARGE , fixing strange behaviors when using Charge with mmaps enabled.
2014-02-24DB/Items: Fix some startup errorsAokromes
Updates #11587
2014-02-23Core/Battlegrounds: Fix invalidated iterator crashjackpoz
Partially revert e1bee86ee6f5c3ab7b1da6d1b54c98c2851f11ec and restore 9ba3d07fc22864daa51b2faf327ac3336569e463 to store battleground queues as std::list instead of std::deque because deque::erase() invalidates all iterators.
2014-02-23DB/Quest: Fix Bride of the EmbalmerAokromes
By untaught closes #11546
2014-02-23DB/Items: Fix some startup errorsAokromes
Updates #11587
2014-02-23Merge pull request #11642 from Dehravor/group-stateShauren
Core/Group: Fix online state when member logs out
2014-02-23Core/MMAPs: Update recastjackpoz
Update recast from https://github.com/memononen/recastnavigation/commit/1be9de72d87dcfdecf6bea30f5461745f7d7afe6 to https://github.com/memononen/recastnavigation/commit/740a7ba51600a3c87ce5667ae276a38284a1ce75 . This differs from https://github.com/TrinityCore/TrinityCore/commit/aa645683b8b25bfb35cb977678daf5c56c1531e6 because it includes a fix https://github.com/memononen/recastnavigation/commit/77ebf643531c90ea712b496e23c48f0b0671f43d which correctly extract tile connections when using rcMergePolyMeshes(), used by mmaps_generator. MMAPs version is now set to 5. Re-extract MMAPs using mmaps_generator , any old extracted MMAPs will not work.
2014-02-23Core/Group: Fix online state when member logs outDehravor
2014-02-23DB/Quest: Fix Corrosion PreventionAokromes
By untaught closes #11630
2014-02-23DB/Conditions: Fix gnome mount vendors for non-gnomesAokromes
2014-02-20DB/Creature: Fix db errors added on fd8a669Aokromes
2014-02-20DB/Creature: Add trigger flag to Multiphase DisturbanceAokromes
Updates #6279
2014-02-20DB/Creature: Remove random movement from "Webbed Creature"Aokromes
By baric, closes #9607
2014-02-20DB/Creature: Misc fixes to Thomas Yance and guards aroundAokromes
Updates: #3905
2014-02-19DB/Quests: Corrected a typo, because typos suck.Kinzcool
2014-02-20DB/Quest: Update OfferRewardText for quest 396Aokromes
Notice: i realize of the typo, but wowhead shows that text, if anyone have a prof of it's wowhead typo i will fix it. Closes #11534
2014-02-20DB/Creature: Commander Hogarth must be male human.Aokromes
Closes #11581
2014-02-20DB/Misc: Coding standardsAokromes
2014-02-20DB/Misc: Fix more startup errorsAokromes
By Fateswhisper and me. Updates #11587 NOTE: ref "Missing WDB data." we have more of those and since i don't fill WDBVerified it's correct.
2014-02-20DB/Misc: Fix some startup errorsAokromes
Updates #11587
2014-02-18Core/Chat: Fix BuildChatPacket calls so scripts that use OnPlayerChat can ↵Duarte Duarte
actually change the text Closes #11625
2014-02-18Misc Move file to proper placeAokromes
2014-02-18DB/Creature: Correct Felmist gas cloud modelAokromes
2014-02-17Merge pull request #11616 from Ascathor/masterAokromes
Core/LFR: Fix a theoretical error with item_level
2014-02-17Core/LFR: Fix a theoretical error with item_levelAscathor
Despite the check never happening (player->GetAverageItemLevel() < 0 is impossible), it is more efficient. Also improves codestyle consistency. Original fix by @emsy.
2014-02-16DB/Reputation: Fix Oracle and Frenzyheart Tribe reputationAokromes
Closes #11106
2014-02-16DB/Creature: Delete some double spawnsAokromes
Updates #1515
2014-02-16DB/Creature: Fix another trigger visible to playersAokromes
2014-02-16DB/Creature: spawn Stabled Argent WarhorseAokromes
By Foldor, closes #11479, updates #11043
2014-02-16Scripts/Ulduar: Fix Algalon the Observer outro phase(fixes kill credit and ↵w1sht0l1v3
some achieves).
2014-02-13Core/PlayerDump: fix mail items and gifts exportjoschiwald
2014-02-13Core/MMAPS: Fix invisible wall issue in MMAPS.jackpoz
Fix invisible wall issues in MMAPS caused by tile connections not being extracted correctly. This reverts aa645683b8b25bfb35cb977678daf5c56c1531e6 and restores an old version of recastnavigation, most likely https://github.com/memononen/recastnavigation/commit/1be9de72d87dcfdecf6bea30f5461745f7d7afe6 . Re-extracting MMAPS is required.
2014-02-12DB/Quest: Fix 3 quests textsAokromes
By MrSmite, closes #11585, closes #11582