aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-08Scripting/Razorfen Downs: That emote shouldn't have slipped in there.Malcrom
2013-12-08Scripting/Razorfen Downs: Discovered some missing text for boss Glutton.Malcrom
2013-12-08Core/Unit: Add switch to prevent COMMAND_ATTACK being added to action bar ↵Malcrom
for supplied creature entries.
2013-12-08Core/Spells: Fixed rare issues where spell modifiers would not be correctly ↵Warpten
restored. Happens in case of a spell having more than one modifier granted by an aura.
2013-12-08DB/SAI: Grimscale Murloc shouldn't fear Closes #11259Malcrom
2013-12-07DB/SAI: Aokromes likes to inform me of one typo at a time :)Malcrom
2013-12-07DB/Misc: Fix typoMalcrom
2013-12-07DB/SAI: Fix my stupid mistakeMalcrom
2013-12-07DB/SAI: Remove bad unneeded Springpaw Stalker & Elder Springpaw SAIMalcrom
2013-12-08Core: Fix non pch buildVincent_Michael
2013-12-07Scripting/Razorfen Downs: Additions and fixes for instance.Malcrom
Moved bosses Glutton, Mordresh Fire Eye, Tuten Kash to cpp. Cleaned up code for boss Amnennar The Coldbringer. Fixed up gong event for gong to have sound and proper spawning. Scripted quest 3525 "Extinguishing the Idol" so you can now fight Plagmaw the Rotting.
2013-12-05DB/SAI: Fix for QUEST 12512 "Leave no one behind" by PitcrawlerMalcrom
Closes #6583
2013-12-05DB/SAI: Add SAI for Val'kyr Guardian & Val'kyr ProtectorMalcrom
Closes #3280
2013-12-05Scripting/Grizzly Hills: Add missing include "SpellScript.h"Malcrom
2013-12-05Core/Vehicle: Add an extra check for required energy before setting power.Malcrom
2013-12-05Grizzly Hills/Scripting: Fix Quest 12244 "Shredder Repair" and 12270 "Shred ↵Malcrom
the Alliance" Closes #1942 #3754
2013-12-05Scripts/HoR: Some fixups.w1sht0l1v3
2013-12-04DB/SAI: Spawn Baron Aquanis when Fathom Stone is used Closes #3118Malcrom
2013-12-04DB/SAI: Little fix for Quest Re-Cursive to make Mechagnomes despawn after ↵Malcrom
spell hit. Closes# 2024
2013-12-04DB/SAI: Fix SAI script for Denalan. Closes #6758Malcrom
2013-12-05Scripts/Oculus: fix drake spellsjoschiwald
Closes #6681 Closes #6680 Closes #6673
2013-12-04Core/RBAC: Fix typoVincent_Michael
2013-12-04DB/SAI: Fix SAI for Terrorspark Closes #9999Malcrom
2013-12-04Core/Commands: Fix NULL dereference crash in .npc set linkjackpoz
Fix NULL dereference crash in .npc set link happening when passing a not-existent Creature guid as parameter, es. ".npc set link -1" . Issue spotted by static analysis, added in c05ed659cbc561b6e7c0016cc7b1548886d5337a
2013-12-04Core/SpellMgr: Remove unneeded check for max targetsMalcrom
2013-12-04Scripting/Blade's Edge: Quest 10594 "Gauging the Resonant Frequency"Malcrom
Closes #6214
2013-12-04Core/SmartAI: Remove unneeded code added in errorMalcrom
2013-12-04DB/SAI: Replace a couple bad scripts...not mine :)Malcrom
2013-12-03Core/SmartAI: Fixed waypoint pathing not resuming after evade.Malcrom
2013-12-03Scripting/Sholazar Basin: Fix warningMalcrom
2013-12-03Core/SmartScript: Allow flag to be added to spell to determine combat movement.Malcrom
Greatly simplifies SAI combat scripting.
2013-12-03Core/SmartAI: Fix SMART_ACTION_ALLOW_COMBAT_MOVEMENTMalcrom
2013-12-03Core/Chat: Fix ChatFlood.MessageCount not being handled correctlyjackpoz
Fix Anti-flood chat system to always allow 1 more message than the count specified in the ChatFlood.MessageCount config parameter.
2013-12-03Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues about missing NULL checks. Pass safe Creature pointer instead of summoning a Creature, passing the GUID and retrieve the same Creature from GUID.
2013-12-02DB/SAI: Remove flee from Ymirjar Flesh Hunter & Ymirjar NecromancerMalcrom
2013-12-02Scipts/HallsOfReflection: Fix reset during mob waves.w1sht0l1v3
closes #10995
2013-12-02DB/SAI: SAI error fix.Malcrom
2013-12-02DB/SAI: Fixed a few typo errors from EAI to SAI conversion.Malcrom
2013-12-01DB/SAI: Fix an SAI errorMalcrom
2013-12-01Core/Player: GetRewSpellCast & GetRewSpell should not be cast by questgiver ↵Malcrom
if effect type SPELL_EFFECT_LEARN_SPELL
2013-12-01DB/Misc - Some missing gossip options and conditions.w1sht0l1v3
2013-12-01Scripting/Sholazar Basin: Fix spell_shango_tracks script.Malcrom
2013-12-01Scripting/Sholazar Basin: Move spells for quest Dreadsaber Mastery: Stalking ↵Malcrom
the Prey (12550) to cpp.
2013-12-01Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues, mostly false positive about fields not initialized in the constructor. It's good practice anyway to always initialize them.
2013-12-01DB/SAI: Fix SAI for Felweaver ScornnMalcrom
2013-12-01Update 2013_12_01_00_auth_rbac_permissions.sqlAokromes
2013-12-01Update 2013_12_01_02_world_command.sqlAokromes
2013-12-01DB/SAI: Remove some Smartscripts for npcs already scripted in cppMalcrom
2013-12-01Core/Misc: Removed more unused eventAI stuffVincent_Michael
2013-12-01Scripts: prevent some runtime errorsjoschiwald