aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2012-04-13Core/Spells: Add 45 seconds proc cooldown to Blackened Naaru Silver.Subv
Closes #1509 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-13Player/Items: Fix the item durations when the item is stored in a bag ↵Subv
different than the default backpack Closes #1026 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-13Core/Spells: Reapply glyph bonuses that depend on stance when you shapeshift ↵Subv
into that instance Closes #1076 and possibly others Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-13Core/BG: When starting a battleground teleport the player to start location ↵Nay
if it goes outside of the allowed "waiting" area (for example, getting out of the "bubble" in EotS) Allowed waiting area is calculated as the distance specified in database (battleground_template.StartMaxDist) and the battleground start point for each team A distance of 0 is ignored (not used in SotA nor arenas) The values in DB might need some tweaks, open a pull request if you calculate better ones Closes #180 Initial patch and idea by Rat Also added validation (DBError log) to some fields in battleground_template table
2012-04-13Core/Spells: Prevent Siphon Life from proccing on Corruption apply.Subv
Closes #6150 Signed-off-by: Subv <s.v.h21@hotmail.com>
2012-04-13Scripts/Icecrown CitadelShauren
* Fixed Professor Putricide Tear Gas stunning himself * Fixed visual of Unstable Experiment * Fixed oozes not picking new targets after hitting old * Fixed Gas Cloud not using melee attack * Removed ooze summon position hack Closes #4301 Closes #2726 Closes #5119 Closes #4464 Closes #2874 Closes #4407 Closes #2421 Closes #4899
2012-04-13SQL: fix a few mistakes in a previous commitKandera
2012-04-13Core/Spells: Fixed Recklessness charges being dropped twice.Subv
Closes #932
2012-04-13DB: various db fixes from patches. authors are mentioned above the patches. ↵Kandera
closes #2169, closes #3344, closes #4162, closes #3530, closes #5982, closes #5849, closes #6098, closes #5569, closes #5493, closes #5510, closes #5470, closes #5408, closes #5406, closes #4875, closes #5457, closes #4467, closes #4043, closes #3899, closes #3859, closes #3518. signed off by nayd
2012-04-13Core/Movement: Changed casting check in TargetedMovementGenerator to be able ↵Shauren
to freely manipulate cast+move interaction in scripts
2012-04-13DB/SAI: Revert some mistakes in SAI db data (target_types were added to ↵Nay
action_param6; contiguous fields) Please, don't do this error.
2012-04-13DEP: Updated Jemalloc to Version 2.5Multivitamin
Signed-off-by: Multivitamin <DasUmba@.(none)>