aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-08-28*Allow SPELL_AURA_ABILITY_PERIODIC_CRIT to make PERIODIC_LEECH auras crit.QAston
--HG-- branch : trunk
2009-08-28*Update flame levi script. Allow player to shoot down pyrite container and ↵megamage
refill the demolishers. *Other script-related fixes. --HG-- branch : trunk
2009-08-28*Prevent assertion fail in mob_anubisath_sentinel script.QAston
--HG-- branch : trunk
2009-08-28*fix ressurection in Alterac ValleyRat
--HG-- branch : trunk
2009-08-28*Fix improved devouring plague.QAston
--HG-- branch : trunk
2009-08-28*Fix compile.Anubisss
--HG-- branch : trunk
2009-08-28*Fix Improved Insect Swarm - original patch by ZorQAston
*Use target as source of area auras in Unit::AddAura(uint32 spellId, Unit *target) --HG-- branch : trunk
2009-08-28*Add new functionality to Player::resetSpells.. not used anywhere yet, but ↵maximius
it's useful (and it works :P) --HG-- branch : trunk
2009-08-28Remove character_db_version check from pdump and pload (commented out, in ↵Chaz Brown
case we decide to start using that system, we originally suggested... --HG-- branch : trunk
2009-08-28* Correctly show skirmish or rated icon when a player has entered arena queue.Machiavelli
--HG-- branch : trunk
2009-08-27*Use light red in error log. By MrSmitemegamage
--HG-- branch : trunk
2009-08-27*Implement spell savage defense. By Vladimirmegamage
--HG-- branch : trunk
2009-08-27 [8427] remove afk-flag at bg-joinmegamage
Signed-off-by: balrok <der-coole-carl@gmx.net> --HG-- branch : trunk
2009-08-27[8426] Use upper/lower iterator pairs as result instead 2 function calls. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-08-27*Correctly process more movement packets. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-08-27[8424] Added support for strict chatmessage validation Author: arraimegamage
--HG-- branch : trunk
2009-08-27*fixed warning spam at CMSG_MOVE_SET_CAN_FLY_ACK receive by use proper ↵megamage
packet sructure reading. Author: VladimirMangos --HG-- branch : trunk
2009-08-27[8421] Propertly skip unused data in CMSG_LOOT_RELEASE for avoid warning ↵megamage
spam. Author: VladimirMangos --HG-- branch : trunk
2009-08-27 [8416] Fixed problem with double cast form passives at loading. Author: ↵megamage
VladimirMangos * Drop learning form passives at form psell learning, and cast it explictly from code in all cases. * Drop cast form passives at learning. * Note: talents that have dependent form time passives still work in original way: learned and casted at learn if need. * Drop hack for spell 24907 casting at form apply: it casted fines as result normal triggered effect in related form spell. Original patch provided by nos4r2zod. --HG-- branch : trunk
2009-08-27*Remove function passengerleftmegamage
--HG-- branch : trunk
2009-08-28MergeMachiavelli
--HG-- branch : trunk
2009-08-28* Update to guild handlers. Fix bugs related to the wrong ranks being ↵Machiavelli
updated, the greyed out withdraw button when you were eligible to withdraw money, and the improper display of no withdrawals left for a tab when you have plenty. NOTE: Guild masters might need to reconfigure their permissions per rank in order to resolve any permission issues. --HG-- branch : trunk
2009-08-28*Backout *[8394] Propertly reject self targeting for pet spell 2947 and ↵QAston
ranks, and spell 54646. --HG-- branch : trunk
2009-08-28*temp fix for the new "huge icons in chat" exploitRat
*you have to enable ChatFakeMessagePreventing in config file to work --HG-- branch : trunk
2009-08-27*Use one dynobj to handle multiple aura effects.megamage
--HG-- branch : trunk
2009-08-27*Use source guid to check if an aura is persistent.megamage
--HG-- branch : trunk
2009-08-27*Better check to decide if a vehicle should be dismissed.megamage
--HG-- branch : trunk
2009-08-27*Fix Crypt Fever and Ebon Plague disease damage mod.QAston
--HG-- branch : trunk
2009-08-27*A missing part of last rev.megamage
--HG-- branch : trunk
2009-08-27*Fix the behavior of mob assistance.megamage
--HG-- branch : trunk
2009-08-27*Fix a crash caused by sartharion script.megamage
--HG-- branch : trunk
2009-08-27*Fix a crash caused by possess pet. Thanks to nanounikomegamage
--HG-- branch : trunk
2009-08-27*A temp fix for the crash caused by creature 28782megamage
--HG-- branch : trunk
2009-08-27*Fix build with GCC.QAston
--HG-- branch : trunk
2009-08-27*Add `spell_dbc` table to store dbc entries not present in clientQAston
*Remove workaround from Demonic Circle code and use the sql table instead. --HG-- branch : trunk
2009-08-27mergemegamage
--HG-- branch : trunk
2009-08-27*Fix a crash. Thanks to MaXiMiUSmegamage
--HG-- branch : trunk
2009-08-26*Make .namego and .goname more flexible when summoning players to/from ↵maximius
instances & BGs --HG-- branch : trunk
2009-08-26*Make .namego and .goname inherit phase from destination playermaximius
--HG-- branch : trunk
2009-08-26*Fix a crash caused by spellclick enter vehicle. Thanks to nanounikomegamage
--HG-- branch : trunk
2009-08-26*Update flame levi script. Fix the bug that it often gets stuck.megamage
--HG-- branch : trunk
2009-08-26*Fix a crash caused by possess pet. Thanks to nanounikomegamage
--HG-- branch : trunk
2009-08-26*Fix a crash caused by recall pet. Thanks to nanounikomegamage
--HG-- branch : trunk
2009-08-26*Add an assert.megamage
--HG-- branch : trunk
2009-08-26*Add some crash log.megamage
--HG-- branch : trunk
2009-08-26*Some clean up and add debug info to find the reason of crash.megamage
--HG-- branch : trunk
2009-08-26*Try to fix a crash caused by corpse. Thanks to new001.megamage
--HG-- branch : trunk
2009-08-26*Fix a crash caused by area aura. Thanks to nanounikomegamage
--HG-- branch : trunk
2009-08-26*Add function CanAIAttackmegamage
--HG-- branch : trunk
2009-08-26* Also check for Power Type when checking out if player has enough Runes to ↵megamage
cast spell. Some spells have Rune cost entry, but use Runic Power instead ( eg. Mind Freeze ) By thenecromancer --HG-- branch : trunk