aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-23DB/Creature: Lorrin FoxfireAokromes
Closes #11918
2014-04-22DB/Locales: Official localizations for `quest_template` of French, German, ↵Kinzcool
Spanish, Spanish (MX) and Russian locales * Note: ObjectiveText's, OfferRewardText's and RequestItemsText's are missing
2014-04-23Core/Achievements: achievement earned message will now use broadcasttext ↵joschiwald
instead of trinity_string
2014-04-22DB/CreatureText: Assigned the proper BroadcastTextID's to some that had one ↵Kinzcool
too higher
2014-04-22Core/SmartScripts: use broadcasttext instead of trinity_string in ↵joschiwald
SMART_ACTION_FLEE_FOR_ASSIST and SMART_ACTION_CALL_FOR_HELP
2014-04-22Core/Texts: Implemented loading BroadcastTextsjoschiwald
2014-04-22DB/CreatureText: readd accidentally deleted textjoschiwald
2014-04-22DB/Locales: Official localization for `creature_template` of French, German, ↵Kinzcool
Spanish and Russian locales
2014-04-22DB/Locales: Official localizations for `gameobject_template` of French, ↵Kinzcool
German, Spanish and Russian locales (castbarcaption isn't part of the commit)
2014-04-21DB/Locales: Official localizations for `item_set_names` of French, German, ↵Kinzcool
Spanish and Russian locale
2014-04-21DB/Locales: Official localizations for `item_template` of French, German, ↵Kinzcool
Spanish and Russian locales
2014-04-21DB/Texts: Added `locales_broadcast_text`; official localization for the ↵Kinzcool
`gossip_menu_option`, `creature_text` and `npc_text` of French, German, Spanish, Russian locales.
2014-04-21Scripts/Gnomeregan: moved Blastmaster Emi gossip to dbjoschiwald
2014-04-21Merge pull request #11917 from warmech/masterDiscover-
Fixed spelling typo in gnomeregan.cpp script.
2014-04-21DB/CreatureText: "A few" manual updates to assign the proper BroadcastTextID ↵Kinzcool
to the typoed creature_texts -- because fuck you typos (Part V) * Corrected ~2200 typos
2014-04-21DB/Quest: Latent Power (12094)Aokromes
By dr-j closes #11922
2014-04-21Rename 2014_04_21_01_world_disables.sql to 2014_04_21_02_world_disables.sqlAokromes
2014-04-21DB/Quest: Sacrifices Must be MadeAokromes
By dr-j, closes #11920
2014-04-21Core/Spells: corrected implementation of SPELL_EFFECT_QUEST_STARTjoschiwald
2014-04-21DB/Quest: operation Gnomeran chain correctionAokromes
By untaught, closes #8314
2014-04-20Fixed spelling typo in gnomeregan.cpp script.warmech
Fixed a typo on line 32 where [GOSSIP_START_EVENT "I am ready to being"] should read [GOSSIP_START_EVENT "I am ready to begin."]
2014-04-21DB/SAI: Fix runtime error 4856Aokromes
By Fateswhisper, closes #11907
2014-04-20Merge pull request #11913 from NorthStrider/masterWarpten
Core/Units: Don't set new power type if old power type is the same
2014-04-20Core/Units: Don't set new power type if old power type is the sameZackTsuna
2014-04-20DB/Misc: Adition to 29dccd9Aokromes
By dr-j, closes #11911
2014-04-20DB/Creature: Fix Earthcaller RygaAokromes
By untaught, closes #11827
2014-04-20Repository: Set line endings in .patch/.diff files to LF via .gitattributesShauren
2014-04-20Core/Misc: Fixed some -Weffc++ warningsShauren
2014-04-20Core/Misc: Fix change faction on dead Night Elves keeping the speed buffjackpoz
Fix change faction on dead Night Elves causing the new player keeping the 175% wisp speed buff. Players will be resurrected automatically on change faction. Closes #255
2014-04-20Tools: Enabled struct packing to ensure that structures are read from files ↵Shauren
properly
2014-04-20DB/Creature Text: Add texts for Injured SoldiersAokromes
By untaught closes #11872 NOTE: don't posts multiple unrelated bugs on a single ticket.
2014-04-20DB/Creature: Fix Birgitte CranstonAokromes
By untaught, closes #11842
2014-04-20Core/Misc: Check GetVictim() for NULL before dereferencing itjackpoz
Add additional NULL checks all around the code before dereferencing GetVictim() result. Keep in mind UpdateVictim() result has nothing to do with GetVictim() result and the caller shouldn't assume anything about GetVictim() based on UpdateVictim().
2014-04-19Core/Misc: Ensure GetVictim() returns a valid reference when expectedjackpoz
Add a new method EnsureVictim() which asserts a valid not NULL reference will be returned to the caller. Use this whenever the GetVictim() would be dereferenced .
2014-04-19Rename 2014_04_19_world_misc.sql to 2014_04_19_00_world_misc.sqlAokromes
2014-04-19Scripts/Ruby Sanctum: Fixed corporeality scaling changes.Warpten
Thanks to Unholychick. P.S.: #9231 if still valid will be fixed soon (tm)
2014-04-19DB/Quest: Plundering the PlunderersAokromes
By dr-j, closes #11902
2014-04-19DB/Quest: Script replacement of/or issueing of items needed for questsAokromes
By dr-j closes #11901
2014-04-19Core/MMAPs: Improve NPC behavior with fences and high climbsjackpoz
Increase the max walkable angle and max walkable climb in MMAPs generator to allow NPCs to jump on fences and climb steps. This requires MMAPs to be extracted again with mmaps_generator, old extracted MMAPs are still compatible but will not provide the benefits of this commit. Fixes #9965
2014-04-18Core/Spells: Convert Avenging Wrath to spellscriptUnholychick
Closes #11896 Closes #3464
2014-04-18FixVincent-Michael
2014-04-18Core/Misc: Added missing field in npc_text table for loadingVincent-Michael
2014-04-17Scripts/Ulduar: Archivum ConsoleDr-J
- Scripts for Archivum Console, Brann Bronzebeard (33235), Prospector Doren/Loren - Fixing quest chaining for both versions of the archivum data disc chains - Fixes loot so correct quest starter item drops from assembly when done in hard mode rather than 10m quest item dropping in 25 and nothing dropping in 10 man - Scripted events for turn in of Archivum Data Disk, The celestial Planetarium and watcher Analysis's and turn in of ancient history (Val'anyr, Hammer of Ancient Kings chain) - Fix both versions of the Celestial Planetarium Closes #11547 Closes #11556
2014-04-17Merge pull request #11853 from Unholychick/patch-2QAston
Done & taken procs & a few trinket fixes
2014-04-17DB/Creature: Highlord Bolvar FordragonAokromes
By MitchesD, closes #11893
2014-04-16DB/Creatures: Added trigger flag to the remaining triggersKinzcool
2014-04-17Rename 2014_02_15_00_world_spelldifficulty_dbc.sql to ↵joschiwald
2014_04_17_01_world_spelldifficulty_dbc.sql
2014-04-17Merge pull request #11614 from MitchesD/kelthuzadjoschiwald
Scripts/Kelthuzad: move spells into spelldifficulty_dbc and cleanup
2014-04-17Merge pull request #11787 from MitchesD/miscjoschiwald
Scripts/ZulGurub: clean up the old code
2014-04-17Scripts/UtgardeKeep: fixed some issues on Ingvar the Plundererjoschiwald
Closes #10859