aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-21Scripts/Outland: Boss Doomlord KazzakRamusik
- Implement Berserk - Some style corrections
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)
2012-04-16Spell/Warrior: Fixed Concussion Blow damage partShauren
Thanks ShinDarth
2012-04-16Merge pull request #6219 from Jayz33/masterkandera
Add warden documentation to ban reason
2012-04-16Add warden documentation to ban reasonJoni
2012-04-16Attempt on converting updatewaterstate for use with units (pets and vehicles)Kandera
2012-04-16Core/NPC: add essence infused moonstone, key to the focusing iris (and hc) ↵Kandera
to the list of keys gettable from locksmith npcs. (per aokromes)
2012-04-16Merge pull request #6215 from Vincent-Michael/game_eventDiscover-
[DB/GameEvent] Add missing Game Event - Pilgrim's Bounty
2012-04-16[DB/GameEvent] Add missing Game Event - Pilgrim's BountyVincent-Michael
2012-04-15Fixed Fixed broken compileShauren
2012-04-15Fixed broken compileSubv
2012-04-15Scripts/Commands: Make the .modify reputation command only modify the ↵Subv
specified reputation (ignore spillovers) Patch by @ogeraisi
2012-04-14Core/Spells: Do not proc spells with ↵Subv
PROC_FLAG_DONE_SPELL_MAGIC_DMG_CLASS_(NEG|POS) if there is no target, reimplemented Storm, Earth and Fire talent in another way Closes #3367 Closes #2424 If you find more spells that are broken because of this, please notify us Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-15Core/BG: Fix a logic mistake in ResetStat timer Nay
It should only be executed every 5 seconds, not in every update
2012-04-14Core/Spells: Dont remove auras on stance change if the stance you are moving ↵Subv
to is also allowed by the spell. Closes #2758 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-14Spells/Procs: Fixed Sacred Shield 6 seconds internal cooldown.Subv
Thanks @Warpten P.D.: You were using the wrong spellid Closes #1711
2012-04-14Core/Scripts: Corrected previous commit and added a few AI hooks to GameObjectAIShauren
2012-04-14Spells/Bonus: Fixed spell power bonus of Lava Burst, taken from DrDamage and ↵Subv
verified Closes #1819
2012-04-14Core/Scripts: Added support for creating custom GameObjectAI classes, ↵Shauren
similar to how creature scripts work.
2012-04-14Core/Spells: Fixed Bloodworm's heal effect and damageSubv
Closes #1808 Thanks @A-Metaphysical-Drama for the damage part Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-14Fixed build from my previous commitSubv
2012-04-14DB/Loot: Add some missing loot definitions to prevent some startup errorsZxBiohazardZx
2012-04-14Core/Spells: Corrected logic check for SPELL_ATTR4_IGNORE_RESISTANCESSubv
Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-14DB/Loot: add Bogblossom to Bogblossom object, thx HeliasZxBiohazardZx
Closes #5922
2012-04-14SQL: Renamed files to match the order they were commited in.Shauren
2012-04-14Core/Player: Send calendar raid lockout remove before removing player from ↵Shauren
instance save (may invalidate instance save)