aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-05Core/GameObject: Add missing initialization of m_lootStateUnitGacko
2014-05-05Core/GameObject: Store unit in GameObject::SetLootState - required for trap ↵Gacko
activation.
2014-05-05Core/GameObject: Format comments and apply rename of previous commit.Gacko
2014-05-05Core/Gameobject: Added missing break in 24ef7dbdf4b76d312cb1df44958c6ccc79bf75f4Vincent-Michael
2014-05-04Fix indention from changes in previous commit.Gacko
2014-05-04Core/GameObject: Solve some TODOs related to traps in GameObject::Update and ↵Gacko
improve logic. Some more changes, TODO solutions and a fix for traps like those in #1359 or #6388 will follow.
2014-05-04Merge pull request #12000 from Dehravor/algalon-big-bangDiscover-
Scripts/Ulduar: Fix crash when Algalon's Big Bang is casted by player
2014-05-04Scripts/Ulduar: Fix crash when Algalon's Big Bang is casted by playerDehravor
2014-05-04Fix importGacko
2014-05-04DB/Creature: Add some missing spawns in HoL.w1sht0l1v3
2014-05-04DB/Creature: Remove more incorrect trigger flagsAokromes
By dr-j, closes #11995 Closes #7744
2014-05-04Core/Misc: Fix warningjackpoz
2014-05-04Core/Misc: Fix exploitjackpoz
Fix exploit that allowed to learn spells from recipes without consuming them.
2014-05-04DB/CreatureTexts: Set some creature_text field BroadcastTextId to 0 because ↵Vincent-Michael
change on cata/mop
2014-05-04DB/Quest: Prepping the SpeechAokromes
By untaught, closes #11348
2014-05-04DB/Creature: Remove Trigger Flags on Chaotic RiftAokromes
By dr-j, closes #11988
2014-05-03Core/Misc: Fix exploitjackpoz
Fix exploit that allowed to duplicate stackable splitable items. If the item that cast the spell can't be found anymore, the spell is cancelled. Fixes https://github.com/TrinityCore/TrinityCore/issues/11977
2014-05-03Merge pull request #11968 from Dehravor/cpp11Aokromes
Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros
2014-05-03Merge pull request #11984 from Unholychick/patch-1jackpoz
Core/Spells: Correct a mistake in HoT aura procs
2014-05-03DB/Gossip: Fix some gossip stuffuntaught
2014-05-03DB/Creature: Remove trigger flags from Dead Caravan mobsAokromes
By phoenixfight, closes #11986
2014-05-03Core/Spells: Correct a mistake in HOT aura procsLucas
A crash fix was added in 3e0d2e49448ae5d53baefa0ef3b2df4542aae1dd but the usage of spellProcEvent itself was incorrect, we should instead use spellProto of aura to be procced
2014-05-03Core/Auth: Add support for build 13930 of chinaAokromes
By phoenixfight closes #11978
2014-05-02Core/Misc: Fix static analysis issuesjackpoz
2014-05-02Merge pull request #11981 from Unholychick/patch-1jackpoz
Core/Spells: Fix hots proccing wrong auras
2014-05-02Core/Spells: Fix hots proccing wrong aurasLucas
& Partly revert unnecessary changes in 1719e19572bc22463edbcbe4089e68a97019e787
2014-05-02DB/Creature: Fix Dead Mage HunterAokromes
By dr-j closes #11979
2014-05-02DB/Gossip: Fix some gossip stuffuntaught
2014-05-02DB/Locales: Fix some item locales because items renamed on cataSarjuuk
Closes #11974
2014-05-01Core/Text: Fix typo in 5caf6aad98eba766017b6a3acc04dd0e30086142Vincent-Michael
2014-05-01DB/Creature Fix incorrect trigger flags on Enchanted Tiki WarriorAokromes
By dr-j closes #11973
2014-05-01Core/Battleground: fixed possible crash in BattlegroundSAjoschiwald
Closes #11969
2014-05-01Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macrosDehravor
2014-04-30Core/Texts:Vincent-Michael
* Fix creautre text with gender female * Small cleanUp * ObjectMgr.cpp/ObjectMgr.h part from joschi
2014-04-30DB/Creature: Fix even more creature templatesAokromes
2014-04-30DB/Creature: Fix even more creature templatesAokromes
2014-04-30DB/Creature: Fix even more creature templatesAokromes
2014-04-30DB/Creature: Fix even more creature templatesAokromes
2014-04-30DB/Creature: Fix even more creature templatesAokromes
2014-04-30DB/Misc: Fix some incorrect triggersAokromes
By dr-j, closes #11963
2014-04-30DB/Seasonal:Vincent-Michael
* Added missing seasonal quest in game_event_seasonal_questrelation table * Remove all event = 0 in character_queststatus_seasonal table
2014-04-29DB/Loot: Fix drops of Fragment of Val'anyrAokromes
By dr-j, closes #11959.
2014-04-29Merge pull request #11950 from Dehravor/override-final-deletejackpoz
Core/Misc: Remove obsolete C++11 backward compatibility macros
2014-04-29DB/Gossip: Fix "Alchemist Pestlezugg <Alchemy Supplies>" gossipuntaught
Closes #11958
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
OVERRIDE, FINAL, DELETE_MEMBER
2014-04-29DB/Gossip: Fix "Gyll <Gryphon Master>" Gossipuntaught
Closes #11956
2014-04-29DB/Creature: Fix even more creature templatesAokromes
2014-04-29DB/Creature: Fix even more creature templatesAokromes
2014-04-28DB/SlavePens: Corrected a lot of wrong Slave Pens spawnsKinzcool
2014-04-28Core/MSVC: Remove double warning disablesVincent-Michael