aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-21Scripting/Shadowmoon Vally: Added scripting for Infernal Attackers.Malcrom
2014-09-21DB/Misc: Remove some hacks for additemDr-J
* Replace sai to add some items with sai action 56 with correct spells to create items * Add option and sai to replace Blood Elf Disguise for What Illidan Wants, Illidan Gets...
2014-09-21TDB 335.56 - 2014/09/21TDB335.56Vincent-Michael
2014-09-21SQL: Only 3.3.5aVincent-Michael
2014-09-21DB/Creature: Delete 2 duplicate spawnsAokromes
2014-09-21DB/Spells: Added missing EffectItemType stuff in spell_dbc tableVincent-Michael
2014-09-21DB/Spells:Vincent-Michael
- Added EffectItemType columns to spell_dbc table - Fix "Create Bundle of Bloodthistle"
2014-09-21DB/Misc: Fix gossip condition which was never metDr-J
Fix condition for gossip option 'Lend me a Windrider. I'm going to Spinebreaker Post!' on Wing Commander Brack for when player has got quest http://www.wowhead.com/quest=10242/spinebreaker-post. The existing condition quest taken (9) was never met as this quest is complete in players log as soon as taken, ie just turn in no other objectives, and even when player had quest in log gossip would never be displayed,
2014-09-20DB/Misc: Respawn Invis Infernal Caster, Wildhammer Defenders, Shadowmoon ↵Malcrom
Scouts, and removed Infernals.
2014-09-20Core/Misc: Update helgrind suppressionsjackpoz
2014-09-20Core/Misc: Avoid Helgrind reporting libstdc++ false positive race conditionsjackpoz
2014-09-20DB/Misc: Add missing creature spawns to Invasion Point, Shadowmoon Valley ↵Malcrom
with pathing
2014-09-20Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Sixth batch of fixes targeting 100 issues reported by Coverity
2014-09-20DB/Gameobject: Properly spawn Deathforged Infernals in Shadowmoon VallyMalcrom
2014-09-20DB/Creature: Some Shadowmoon missing spawnsMalcrom
2014-09-20Core/Spells: fixed Intervadejoschiwald
Closes #13171
2014-09-20Core/Achievements: Fixed realm first kill achievement restrictions - now ↵Shauren
only the first group will be able to complete it Closes #2957
2014-09-20Update and rename 2014_09_20_0_world_creature.sql to ↵Aokromes
2014_09_20_00_world_creature.sql
2014-09-20DB/Creature: Stormpeak Wyrm proper respawntimeMalcrom
2014-09-20Core/Guilds: Fixed guild rank delete framexml event paramsShauren
2014-09-20Scripts/Auchindoun: Darkweaver SythNyeriah
- Despawn minions on death/reset - Misc clean up
2014-09-20DB/Misc: Add pathing for Fjorn. Not 100% but scripting is hard when you have ↵Malcrom
to do it in a roundabout way.
2014-09-20DB/Pathing: Pathing for existing Son of Corok. Some spawns missing, will ↵Malcrom
correct in another push.
2014-09-20Revert "Core: Fix build for msvc14"Vincent-Michael
This reverts commit bd522a3853951cf8ea4b0b9e2f225a8bdc38da04. Meh -.-
2014-09-20Core: Fix build for msvc14Vincent-Michael
2014-09-19DB/Pathing: Pathing for CreteusMalcrom
2014-09-19DB/Misc: Redo some fixups for Dun NeffelemMalcrom
2014-09-19DB/Misc: Misc fixesMalcrom
2014-09-19DB/Misc: Cosmetic fixups for Dun NeffelemMalcrom
2014-09-20Kill new compile warningsjoschiwald
2014-09-20Fixed sql failjoschiwald
2014-09-20Core/Battlefield/WG: fixed warningsjoschiwald
Ref #13169 Closes #12714
2014-09-19Core/ObjectMgr: check creature.orientation and gameobject.orientation range ↵ShinDarth
in loading Closes #13156
2014-09-19DB/Misc: Fix Seething Revenant Entry: 29504 spawns and add two missing paths.Malcrom
2014-09-19DB/Misc: Proper spawning and pathing of Stormpeak WyrmMalcrom
2014-09-19Revert "SQL: Update dev/world_database.sql"DDuarte
This reverts commit 09f9f3b6b12545e603cca4ef9c50b5415dca9d9a. I forgot that world_database.sql should only get updated in TDB releases.
2014-09-19SQL: Update dev/world_database.sqlDDuarte
2014-09-19Merge pull request #13170 from xjose93/BaninfoCharacterDuarte Duarte
Core/Commands: Fix displaying in .baninfo character command.
2014-09-19Core/Commands: Fix displaying in .baninfo character command.xjose93
2014-09-19DB/Misc: Medical Supplies / Sunhawk ReclaimerDr-J
* Spawn Missing Medical Supplies http://www.wowhead.com/object=181898/medical-supplies * Script Sunhawk Reclaimer
2014-09-19Core/Grids: Replace some magic numbers with constantsShocker
(P.S.: That's why! @cs_misc.cpp)
2014-09-19Core/MapScripts: Use proper enum value for boss whisper in SCRIPT_COMMAND_TALKDDuarte
2014-09-19Core/MapScripts: Use proper source unit in SCRIPT_COMMAND_TALKDDuarte
Closes #13161
2014-09-19DB/Misc: Various FixesDr-J
* Noggenfogger Elixir - Fix by @Rushor Closes #13041 * Sprinkle's Secret Ingredient - Fix by @Rushor Closes #13040 * Xavian Satyrs - Fix by @Rushor Closes #12965 * Icepaw Bear / Tails up - Closes #13030
2014-09-19Scripting/Tanaris: added a few enumsMalcrom
2014-09-19Oops.DDuarte
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and ↵DDuarte
clear code)
2014-09-19Fixed buildjoschiwald
2014-09-18DB/Misc: Some misc fixes for Northrend. Mostly fix flight speed of some npcs.Malcrom
2014-09-19Core/Misc: multiple changesjoschiwald
* fixed build * apply tc codestyle to ObjectGuid class * fixed warning