aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-23Core/Battleground: correct checking for which flag was on the ground. fixes ↵Kandera
issue with not being able to pick up flags
2012-04-22Merge pull request #6290 from Xanvial/tabard_vendorDiscover-
DB/SAI: NPC Tabard Vendor
2012-04-22Use SMART_EVENT_LINK to close gossipXanvial
2012-04-22Convert script of npc tabard vendor to SAI and add missing tabard recoveryXanvial
2012-04-21Merge pull request #6286 from Ramusik/masterDiscover-
boss_doomlord_kazzak improvements
2012-04-21Scripts/Outland: Boss Doomlord KazzakRamusik
- Implement Berserk - Some style corrections
2012-04-21Core/Maps: Increased default ground search range, 10 yards was insufficient ↵Shauren
for many flying creatures
2012-04-21Merge pull request #6272 from MrSmite/PetAI_attackFixNay
Core/Pets: Fix pets attacking on non-harmful spells (Hunter Mark and others)
2012-04-21Core/Errors: Improved OS detection for windows crash reportingShauren
2012-04-21Core/SpellsVincent-Core
* Converted percent based damage dealing spell effects to scripts * Fix Leviroth Self-Impale damage Closes #6085 Signed-off-by: Shauren <shauren.trinity@gmail.com>
2012-04-21Core/Spell: Attempt to fix some rare steady shot crasheskaelima
ref issue #5689
2012-04-20Fix pets attacking on non-harmful spellsMrSmite
2012-04-20Commit: Typofix, this thing just haunts me...ZxBiohazardZx
2012-04-20DB/Gameobject: Fix Horrible error from UP34ZxBiohazardZx
2012-04-20DB/Loot: increase dropchance for Grimescale Murloc HeadZxBiohazardZx
Closes #4161
2012-04-20DB/Loot: Add Formula: Enchant Gloves - Angler in some lootscheme'sZxBiohazardZx
Closes #4602
2012-04-20DB/Loot: Add Recipe Mighty Arcane Protection Potion to Cult Researcher and ↵ZxBiohazardZx
Frostbrood Spawn Closes #2385
2012-04-20DB/Loot: Add items to Cache of the Ley GuardianZxBiohazardZx
Closes #2691
2012-04-20DB/Loot: Adjust the mechanic for Argent Crusade Trophy's to prevent issues ↵ZxBiohazardZx
after looting Closes #2993
2012-04-19Fixed buildSubv
2012-04-19Core/SmartAI: Allow SMART_ACTION_SUMMON_GO and SMART_ACTION_SUMMON_CREATURE ↵Subv
to use x, y, z and o parameters as relative offsets for a summoning position (example, summon creature 20 yards in front of the invoker) Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-20More include fixesShauren
2012-04-19Fixed build without PCHShauren
2012-04-19Scripts/Ulduar: Fixed some WIP code for AlgalonShauren
2012-04-19Scripts/Ulduar: Algalon the ObserverShauren
2012-04-19DB/Loot: remove unused templatesZxBiohazardZx
2012-04-19DB/Loot: Add more pickpocketing loot templates for Northrend. Special thx ↵ZxBiohazardZx
for Gecko32 to do the prework Closes #5106
2012-04-19Core/Creatures: Changed how boss creatures are identified, ↵Shauren
creature_template.rank was not a good indicator
2012-04-19DB/Loot: Add missing loot templates for some creatures in naxx25Gecko32
remove scraps from naxx10 Closes # 2776
2012-04-19DB/Loot: Add loot for some Hrothgar's Landing creaturesZxBiohazardZx
Closes #1813
2012-04-18DB/Loot: Set correct area/zone for Dalaran UnderbellyZxBiohazardZx
Closes #2115
2012-04-18DB/Creature: Remove skinning loot from Blackwing SpellbinderZxBiohazardZx
Closes #2228
2012-04-18Core/Spells: Removed unneeded phase check from spell casts, its already done ↵Shauren
in canSeeOrDetect for spells that need it. Probably more phase checks are not needed either
2012-04-18Core/Collision: Disable LoS check for destroyed destructible buildings.Subv
More research has to be done. Closes #6228
2012-04-18DB/Conditions: Add a condition to the Lovely Charm auraMoriquendu
Closes #5359
2012-04-18DB/Loot: Add some missing Pickpocket loot templates for Northrend creaturesHelias
ohi Closes #6039
2012-04-18DB/Loot: Increase dropchance for Venture Co. ExplosivesZxBiohazardZx
Closes #6243
2012-04-18Core/Scripts: Added possibility to remove phase setting from EventMap and an ↵Shauren
empty-checking method
2012-04-18Core/Creatures: Set melee sheath as default only for creatures that do not ↵Shauren
have creature_addon data
2012-04-18DB/Loot: Keepers of Ulduar loot.ZxBiohazardZx
BEWARE: chest-assignments has been GUESSED in some cases. Script-updates will prove this either wrong or right. MIGHT NOT WORK UNTILL SCRIPTS GET FIXED
2012-04-18DB/Creature: Update spawntime for Arcturis & SkollZxBiohazardZx
2012-04-18DB/Creature: Set correct spellclick spell and ability spell for Valkyrion ↵kaelima
Harpoon Gun
2012-04-17Script/Pit of Saron: Fix logic in spell_tyrannus_overlord_brandkaelima
should fix #6247
2012-04-17DB/Creatures: Add missing northrend rare elite mobs: Arcturis and SkollZxBiohazardZx
Closes #1324
2012-04-17Core/Spells: fix holy shock cast on friendly opposing team going on cooldown ↵Kandera
and saying invalid target. spell will now fail with invalid target and not cause a cooldown
2012-04-17Core/Misc: researched the reasons for instance reset failure and added them ↵Kandera
as comments to the sendresetinstancefailed function.
2012-04-17Core/Player: Removed _lastLiquid from Player class, no need to have it in ↵Shauren
both Unit and Player
2012-04-17Update PackageList.txt after recent jemalloc updateShocker
2012-04-16Merge pull request #6187 from GiR-Blunti/masterShocker
Updated jemalloc library to version 2.2.5
2012-04-17Core/Unit: Always initialize a pointer before using it.kaelima
(less segfaults, more fun)