aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-19Core: Trigger OnSave hook for PlayerScript on all save eventsRochet2
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-18Core/Movement:Fix waypointed creature aggrozengwf
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-15Scripts/Kelthuzad: move spells into spelldifficulty_dbc and cleanupMitchesD
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
2014-02-11DB/Items: Fix some startup errorsAokromes
By Fateswhisper, updates #11587
2014-02-10Merge pull request #11584 from Dehravor/groupjackpoz
Group related fixes
2014-02-10Core/DB/Achievements:joschiwald
- fixed arena season title achievements and rewards - added mailtemplate support for `achievement_reward` table - fixed typo in GetBattleMasterBG which causes achievement reward mail expire in 1 day Ref #8777
2014-02-09Scripts: Added missing stuff in 1d1aeda86ca69e78daf85c3c4b1b29509c374ad7Vincent_Michael
2014-02-09Core: Fix buildVincent_Michael
2014-02-09Merge pull request #11457 from MitchesD/krikthirjoschiwald
Scripts/Krikthir the Gatewatcher: converted to EventMap and small optimalization
2014-02-09Scripts/Krikthir the Gatewatcher: converted to EventMap and small optimizationMitchesD
2014-02-09DB/Creature: Fix another trigger visibilityAokromes
Updates #5182, by mweinelt
2014-02-09DB/Creature: Fix more triggers visibilityAokromes
Closes #8178
2014-02-09DB/Creature: Fix more triggers visibilityAokromes
If anyone can post a complete list of triggers visible to players but no to gms create a ticket with them, thx.
2014-02-09Core/SAI: Fix assertion in SMART_ACTION_CALL_RANDOM_RANGE_TIMED_ACTIONLISTjackpoz
Fix assertion triggered in SMART_ACTION_CALL_RANDOM_RANGE_TIMED_ACTIONLIST if max entry is less than min entry
2014-02-09DB/Creature: Fix another trigger visibilityAokromes
They where visible to players and invisible to gms.
2014-02-09Core/Group: Any party member may mark targets (this does not apply to raid ↵Dehravor
groups) Also ensure that the targeted player is not hostile.
2014-02-09Core/Group: Fix exploitDehravor
The master looter should be in the group.
2014-02-09DB/Creature: Fix trigger visibilityAokromes
They where visible to players and invisible to gms.
2014-02-09Core/Group: Add sanity checks to CMSG_LOOT_METHOD's handlerDehravor
If lootMethod or lootThreshold is invalid, portrait menus become unusable to the entire raid.
2014-02-08DB/Items: Added "few" missing items.Kinzcool
2014-02-08Core/SAI: Improve error logjackpoz
Log both target and current Object when checking if a Creature/GameObject have SmartAI enabled.
2014-02-08Core/SAI: Fix crashjackpoz
Disable script type SMART_SCRIPT_TYPE_TIMED_ACTIONLIST actions if they are trying to overwrite the timed action list while iterating it. This was invalidating the iterator and deleting any smart action stored in it, including the current executed one. Valgrind log: Invalid read of size 1 at SmartScript::OnUpdate(unsigned int) (SmartScript.cpp:3258) by SmartAI::UpdateAI(unsigned int) (SmartAI.cpp:331) by Creature::Update(unsigned int) (Creature.cpp:544) Address 0x1807d9b2 is 10 bytes after a block of size 40 alloc'd at operator new(unsigned long) (vg_replace_malloc.c:319) ... by SmartAIMgr::LoadSmartAIFromDB() (SmartScriptMgr.cpp:231) by World::SetInitialWorldSettings() (World.cpp:1724) by Master::Run() (Master.cpp:169) by main (Main.cpp:142)
2014-02-08Scripts/Eastern Plaguelands: Fix flypath exploitjackpoz
Fix npc id 17209 in Eastern Plaguelands enabling taxi cheat to players just by talking to it.
2014-02-08Merge pull request #11580 from Dehravor/wardenjackpoz
Core/Warden: Fix crash Fix NULL dereference crash in case Warden is disabled (in configs or on Mac OS X platform) and client sends a CMSG_WARDEN_DATA opcode
2014-02-08Shared/Logs: Code cleanupjackpoz
Remove unneeded check added in 89af6097f37587e178ac412252326351ca655075
2014-02-08Core/Warden: Fix crashDehravor