aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-10Core/Player: Remove unused Player method TeleportOutOfMapShocker
2011-12-10Core/Misc: Small english fixShocker
2011-12-10Core/Achievements: Remove hardcoded ACHIEVEMENT_CRITERIA_TYPE_REACH_LEVEL ↵Shocker
criteria datas
2011-12-10Core/Achievements: Allow ACHIEVEMENT_CRITERIA_TYPE_REACH_LEVEL to have ↵Shocker
criteria data
2011-12-10Core/Achievements: Typo-fix in AchievementCriteriaData::IsValid error logShocker
2011-12-10Merge pull request #4253 from wilds/fix_npcchannbarShocker
Core/Spells: Fix channeling bar visual when interrupting creatures
2011-12-10Merge pull request #4249 from Jildor/masterShocker
Core/Spells: Fix Bloodsurge talent being activate when Whirlwind causes damage
2011-12-10Core/Protocol: Add debug output when receiving auction house packets.kaelima
2011-12-10Core/Spell: Fixed compile broken in 11fb0beaf0cb877b14f24aa88f19832e0aa3dc88 ↵kaelima
and renamed _player to player.
2011-12-10Core/Misc: Fixed some duplicate checks for player typeid in Unit::Kill and ↵kaelima
Spell::EffectSummonDeadPet. Also some random cleanup
2011-12-10Core/SmartAI: Fixed crashes when using timed actionlist for gameobjects.kaelima
2011-12-10Core/Protocol: Fixed unprocessed tail data for opcodes CMSG_QUEST_POI_QUERY, ↵kaelima
CMSG_SHOWING_HELM, CMSG_SHOWING_CLOAK and CMSG_AUCTION_LIST_BIDDER_ITEMS.
2011-12-10Fix Bloodsurge talent being activate when Whirlwind causes damage.Jildor
Close #4160
2011-12-10Core/Spells: stop channeling bar when interrupted also for creatureWilds
2011-12-09Merge pull request #4240 from Aokromes/masterShauren
Scripts/Black Temple: Corrected Illidan emotes (missing name)
2011-12-09Add missing %s to 2 emotes.Aokromes
2011-12-09DB/Gossips: Correct a duplicated gossip iddurotar
(2011_10_23_04_world_sai.sql vs 2011_10_23_07_world_sai.sql)
2011-12-08Scripts/Trial of the Crusader: Fix Twin Empathy (thanks to Amit86)Shocker
Closes #3654
2011-12-08Core/Misc: Small changes after recent pullsShocker
2011-12-08Merge pull request #4216 from Studioworks/masterShocker
Core/Misc: Fix some copy&paste mistakes in creature_(template_)addon. Also added missing data in player_factionchange_achievement table
2011-12-08Merge pull request #4195 from kandera/fix_GlyphsofSuccubusShocker
Core/Spells: Fix Glyph of Succubus (wasn't working at all before)
2011-12-08Merge pull request #4159 from kandera/fix_TotTShocker
Core/Spells: Tricks of the Trade (fix entier spell. aggro now removed af...
2011-12-07DB/Factionchange: Added missing data in player_factionchange_achievement table.LaserJet
2011-12-07Core/Loading: Fix some copy&paste mistakes in creature_(template_)addonLaserJet
2011-12-07Some clean up of grid system.megamage
2011-12-06Core/SAI: Typo in second param of SMART_ACTION_SEND_GOSSIP_MENU. This is ↵Machiavelli
npc_text_id, not gossip_option_id. Wiki needs to be updated accordingly. Thanks to Prodigy for pointing out.
2011-12-06Core/Quest: Consistency, god damn..Nay
(RequiredSourceItemIdCount -> RequiredSourceItemCount; quest_template did not change)
2011-12-05Core/Spells: Typo fix in recent commitShocker
2011-12-05Core/Spells: Tricks of the Trade (fix entier spell. aggro now removed after ↵kandera
buff dissapears, correct buffs are placed on both the rogue and the target, both 15% buff and the second threat modifier buff are working as intended)
2011-12-05Merge pull request #4196 from kandera/fix_RavageShauren
Core/Spells: Fix Ravage positioning requirement
2011-12-05Core/Spells: Fixed resurrection order (teleport, then set alive), fixes ↵Shauren
aggroing creatures nearby and during The Lich King's outro - players who fell off the platform
2011-12-05Core/Spells: Fix Ravage (was able to attack from any side. now only from back)kandera
2011-12-05Merge pull request #4095 from Svannon/fix-helboarMachiavelli
Core/Spells: Make Spell 29200 (Purify Helboar Meat) use caster as casting target
2011-12-05Core/Spells: Fix Glyph of Succubus (wasn't working at all before)kandera
2011-12-03DB/Quests: Re-fix 24559/24461; spawn needed GOs at correct placesNay
Ref #836
2011-12-03Core/Quests: Fix some variable renaming fails in quest related codeNay
Closes #4183
2011-12-01Merge pull request #4163 from mns/truckShocker
Extractor: Fix vmapassembler
2011-12-01Fix vmapassemblermns
Signed-off-by: mns <pgameserver@gmail.com>
2011-11-29SQL: File namings after recent pulltobmaps
2011-11-29Merge pull request #4114 from PKX/fix_vigilanceAlexander
2011-11-28Merge pull request #4124 from horn/masterShocker
Core/Achievements: Fixed gaining of some battleground achievements
2011-11-28Revert 81fea2d7b51549c340866050f93e3780503112f7.megamage
2011-11-28Delete DynamicObject if AddToMap fails.megamage
2011-11-28Fix some memory leak from CreateTamedPetFrom.megamage
2011-11-28Delete obj if it is not successfully added to grid. More to fix.megamage
2011-11-28Make AddToMap return bool.megamage
2011-11-28Add an ASSERT to find out the reasons of some crashes.megamage
2011-11-28Merge pull request #4128 from w1sht0l1v3/masterMachiavelli
Scripts/Brd: Fix learning of Dark Iron Smelting.
2011-11-28Scripts/Brd: Fix learning of Dark Iron Smelting.w1sht0l1v3
2011-11-28Core/Transports: Fix crash related to TransportSupabad