aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-28SQL: Fix sql import on unixVincent-Michael
2014-09-27Core/LootMgr: Forgot to change this. Found by Vincent MichealMalcrom
2014-09-27DB/Loot Template: If I put the updates sql in the right dir in the first ↵Malcrom
place none of this would be happening...
2014-09-27DB/Loot: Update SQLMalcrom
2014-09-27Core/LootMgr: Update lootMgr to normalize loot_template tablesMalcrom
2014-09-27Merge pull request #13140 from Unholychick/preventfleeingDuarte Duarte
Core/Mechanics: Fix prevent fleeing + fear
2014-09-27DB/SAI: Re-add SAI for Sprinkle that was accidentally deleted at ↵Nyeriah
d672e78a5b7a98f4b58936a0bd1c948028005dc0
2014-09-27Fixed GCC buildShauren
2014-09-27Core/Spells: Fix typoVincent-Michael
2014-09-27SQL: meh, save buttonVincent-Michael
2014-09-27DB/Gameobject: Fix wrong "Brewfest Banner" position in durotarVincent-Michael
2014-09-27Misc/Brewfest: Fix Quest "11407 - Bark for Drohn''s Distillery!" / "11408 ↵Vincent-Michael
-Bark for T''chali''s Voodoo Brewery!"
2014-09-26Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Last issue to be fixed, fixes #12960
2014-09-26DB/Brewfest: Fix quest start for "Bark for T'chali's Voodoo Brewery!" / ↵Vincent-Michael
"Bark for Drohn's Distillery!" To/Do: Fix quest kill credit
2014-09-26Core/Spells: Always add threat for spells from spell_threat table, not only ↵Shauren
if target was hit. Unsuccessful cast results in 0 threat added instead of the full amount and creating threat list entry for caster. This fixes various exploits with taunt spells bugging out scripts due to taunt immunity/passive state (creatures would immediately evade resetting script state if no entries were present on threat list - entry with no threat is not the same as no entry) Closes #11883
2014-09-26DB/Quest: Fix LimitTime for Quest "Bark for Drohn's Distillery!" / "Bark for ↵Vincent-Michael
T'chali's Voodoo Brewery!" / "Bark for the Barleybrews!" / "Bark for the Thunderbrews!"
2014-09-26Scripts: Fixed compiler warningShauren
2014-09-26Core/Debugging: Extended ASSERT macro to allow passing additional formatted ↵Shauren
string
2014-09-26Scripts/ManaTombs: Nexus-Prince Shaffar rewritten to BossAI/EventMapMitchesD
2014-09-26DB/Creature: Delete incorrectly spawned FelhunterAokromes
2014-09-26Scripts/UtigardePinnacle: Prevent Ymiron from triggering a phase transition ↵Nyeriah
at death ...caused by the health percent multiplers used to check transitions
2014-09-26DB/Quest: Tirion's GambitDr-J
Script for chosen zealots is not perfect as this should surround player/tirion in a circle but cant think of anyway other than every chosen zealot having its own wp and sai. Closes #10474
2014-09-25Scripts/Misc: Make InstanceScript::Initialize() obsoletejackpoz
Move all InstanceScript initialization code from Initialize() to the constructor. InstanceScript::Initialize() is now obsolete, please don't use it anymore. The only reason it's still in the sources is for backward compatibility.
2014-09-25Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Eighth batch of fixes targeting 80 issues reported by Coverity
2014-09-25Scripts/Icecrown CitadelShauren
* Fixed Deathbringer Saurfang faction * Fixed Coldflame faction
2014-09-25DB/Brewfest: Fix "Ram Master Ray" gossipVincent-Michael
2014-09-25Scripting/Isle of Queldanas: Moved Converted Sentry to SAI.Malcrom
Closes #13121
2014-09-25Merge pull request #13214 from mik1893/achievementDuarte Duarte
Core/Achievements: fix old typo in AchievementMgr::SendCriteriaUpdate
2014-09-25Core/Achievements: Fixed wrong packet generation in ↵mik1893
AchievementMgr::SendCriteriaUpdate
2014-09-24Misc/Events:Vincent-Michael
- Fix Quest "There and Back Again" (only Horde-side) - Fix Quest "Now This is Ram Racing... Almost." (only Horde-side) - Fix more spell mechanics for racing ram To/Do: Fix gossips and some optimize
2014-09-24DB/Quest: Free Your MindDr-J
Proper script for http://www.wowhead.com/quest=12893 Previous script gave credit on these npcs been killed which was wrong behaviour
2014-09-23Core/Spells: Added missing stuff in 44bcfb86f5da0a5a374fc5b07431836b3c0f51c7Vincent-Michael
2014-09-23Core/Spells: Fix Ram Racing mechanicVincent-Michael
To/Do: Fix Quests and your lazy ass :/
2014-09-23DB/Creature: General LightsbaneDr-J
Script General Lightsbane for quest If He Cannot be turned
2014-09-23DB/Misc: Error fixesDr-J
Closes #13182
2014-09-23DB/Quest: Learning to CommunicateDr-J
* Conditions for The King's Empty Conch * Scalders Abilities * On Reward Text
2014-09-22DB/Quest: Birds of a FeatherDr-J
Fix this quest so it works as on retail * Delete permament spawns of Female Kaliri Hatchling, * Breaking a egg will now spawn either a Female Kaliri Hatchling or Male Kaliri Hatchling * Female Kaliri Hatchling will despawn when captured and is now required for quest item to be used.
2014-09-22Core/Spell - Fix Remove Aura "The Eye of Acherus"iDenyDeX
Fixed remove aura "The Eye of Acherus" http://www.wowhead.com/spell=51852 after use "Recall Eye of Acherus" http://www.wowhead.com/spell=52694 . Earlier, after using the player remained under the aura.
2014-09-22Scripts/Examples: Remove some more code related to example scriptsjackpoz
2014-09-22Core/Players/DK: Implement Rune Grace Period mechanicMorgoporc
Closes #11736 Fixes #6122
2014-09-21Scripts/Examples: Remove outdated example scriptsjackpoz
Remove outdated misleading example scripts not following anymore current TC codestyle and standards. Please refer to the wiki or forum for up to date examples and documentation.
2014-09-21Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Seventh batch of fixes targeting 100 issues reported by Coverity
2014-09-21DB/Creature Model: Fix a few models by AriDEVMalcrom
2014-09-21Core:/SmartScript: Added log for item has credit spell blablaVincent-Michael
2014-09-21SQLs: Rename updates/world sql files to the new formatDDuarte
2014-09-21Scripts/Shadowmoon Valley: Fix static analysis issues added in ↵jackpoz
cd48ee01c0b1465c5b07427bb6fe9baa57f053b9 Fix static analysis issues added in cd48ee01c0b1465c5b07427bb6fe9baa57f053b9 about uninitialized values and pointers possibly point to free'd memory being dereferenced. In memory of all the developers who got banned from IRC in the process of fixing these issues.
2014-09-21SQL: Sync world_database after tdb 335.56 releaseVincent-Michael
2014-09-21DB/Misc: Remove more additem hacksDr-J
Use proper spells for creating items instead of sai action 56, this leaves only NR items using this action to add items as data missing for spells.
2014-09-21Merge pull request #13180 from ShinDarth/335_fixWarpten
Core/ObjectMgr: corrected error labels
2014-09-21Core/ObjectMgr: corrected error labelsShinDarth