aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-19Core/Mechanics: Fix prevent fleeing + fearUnholychick
Closes #9754 Players should never have been affected by SPELL_AURA_PREVENTS_FLEEING in the first place. Curse of Recklessness will no longer prevent Fear effects, only prevent NPCs from fleeing (e.g. at low health). Judgement of Justice will no longer prevent Fear effects, but will only prevent NPCs from fleeing (e.g. at low health). Source: http://www.wowwiki.com/Patch_3.0.2
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
2014-09-19DB/Gossip: ProenitusDr-J
Closes #13165
2014-09-19DB/Misc: More textsDr-J
Howling Fjord again, also fixes the error from https://github.com/TrinityCore/TrinityCore/commit/55ecd1c9132a7fd8c6ca51a0089b39aec606c0ff
2014-09-19Core/AreaTriggers: enable areatrigger teleports in battlegroundjoschiwald
Closes #11999
2014-09-18Core/Texts: added TextRange parameter to creature_textjoschiwald
Ranges: 0 - Normal (Default) 1 - Area 2 - Zone 3 - Map 4 - World Ref #13116
2014-09-18DB/Creature: Remove disable combat movement from some SAIAokromes
By Malcrom
2014-09-18Shared/Logging: Use standard format specifier for size_tjackpoz
Use standard format specified PRIuPTR for printing/logging size_t type that can be either uint32_t or uint64_t depending on platform/build configuration
2014-09-18Core/Trade: Fixed enchanting soulbound items in tradeShauren
Closes #12850
2014-09-18SQL: Fix sql importVincent-Michael
2014-09-18Core/Misc: changed trinity string id to unsigned and removed obsolete codejoschiwald
2014-09-18DB/Misc: Queen AngerbodaDr-J
Fixes script for the Slumbering King. Closes #10247
2014-09-18forgotten to click save :(joschiwald
2014-09-18Scripts/Gundrak: cleanup InstanceScriptjoschiwald
* converted Gal'Darah and Moorabi to BossAI * add and correct some texts * fixed altar activation spell visual
2014-09-18Core/Scripts: implemented a guid map in InstanceScript, this way you can ↵joschiwald
easier store guids and access its objects
2014-09-17Core/Spells: consider spell speed in SPELL_EFFECT_CHARGEjoschiwald
Misc: removed some duplicate guid words in logs
2014-09-17Core/NetworkIO: Fixed queued packets not being properly sent causing players ↵Shauren
to be stuck during loading Closes #13120
2014-09-17DB/Quest: Matis the CruelDr-J
Script this quest, * One line is not proper text and thus no broadcast text id, the proper text is same line but with $n instead of npc name but on tc this gets filled by player name which for this text is not the right behaviour * Know Matis gets up again after been captured, same happens on retail did not mean to replicate that bug but managed too.
2014-09-17Merge pull request #13159 from ShinDarth/335_fix2MitchesD
Corrected grammar of some strings
2014-09-17Core/Grammar: corrected grammar of some stringsShinDarth
2014-09-17Merge pull request #13154 from Unholychick/castsDuarte Duarte
Core/Spells: Fix some -Wconversion warnings
2014-09-17Core: Fix warningsVincent-Michael
2014-09-17Core/SAI: Remove SMART_ACTION_STORE_VARIABLE_DECIMALDDuarte
It's not used.
2014-09-16Core/Spells: Fix some -Wconversion warningsUnholychick
Attempt to fix #13152 by properly casting between data types during damage calculations.
2014-09-16Scripts/Quest: Script spell for quest "Fumping"Nyeriah
Updates https://github.com/TrinityCore/TrinityCore/issues/11418
2014-09-16Merge branch 'ObjectGuid' of https://github.com/TrinityCore/TrinityCoreShauren
Conflicts: src/server/game/Entities/Player/Player.cpp src/server/game/Entities/Player/Player.h src/server/game/Scripting/MapScripts.cpp src/server/scripts/Northrend/Naxxramas/instance_naxxramas.cpp src/server/scripts/Northrend/Nexus/EyeOfEternity/instance_eye_of_eternity.cpp src/server/scripts/Northrend/Nexus/Nexus/boss_anomalus.cpp src/server/scripts/Northrend/Nexus/Nexus/boss_magus_telestra.cpp src/server/scripts/Northrend/Nexus/Oculus/boss_varos.cpp src/server/scripts/Northrend/Ulduar/HallsOfStone/halls_of_stone.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_auriaya.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_hodir.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_ignis.cpp src/server/scripts/Northrend/Ulduar/Ulduar/boss_razorscale.cpp src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_skadi.cpp src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_svala.cpp src/server/scripts/Northrend/UtgardeKeep/UtgardePinnacle/boss_ymiron.cpp
2014-09-16Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-09-16Core/Misc: Removed explicit qualifier from ObjectGuid uint64 conversion operatorShauren