aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-05-26[7894] Avoid show quest sign for trainer under cursor if trianer have ↵megamage
unavailable quest. Author: SeT --HG-- branch : trunk
2009-05-26 [7893] Fixed work chat guild commands that expect guild name in args. Now ↵megamage
guild name always must be in "". Author: VladimirMangos --HG-- branch : trunk
2009-05-26[7892] Update spell_loot_template entry description in error output for ↵megamage
better fit to current table use. Author: VladimirMangos --HG-- branch : trunk
2009-05-26[7890] Fixed a memory leak Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-05-26*Correct some aura interrupt flagsmegamage
--HG-- branch : trunk
2009-05-26*Do not do visibility notification twice for bind sight players. This fixes ↵megamage
the bug that bind sight is interrupted when target enters a populated area. --HG-- branch : trunk
2009-05-26*Consider flight spells as passive spells.megamage
--HG-- branch : trunk
2009-05-26*Use original caster to check quest spell hit. This fixes the bug that some ↵megamage
quest cannot be finished when using controlled creatures to cast spell. --HG-- branch : trunk
2009-05-26*Remove puppet when it is killed.megamage
--HG-- branch : trunk
2009-05-26*Allow to use gm command to modify mob health.megamage
--HG-- branch : trunk
2009-05-26*Fix the impale spell timer of archavon script.megamage
--HG-- branch : trunk
2009-05-26*Fix a crash caused by charm spells. Thanks to Drahy.megamage
--HG-- branch : trunk
2009-05-26*Fix typo that causes crash for charm spells. Thanks to Drahy.megamage
*Allow aura 206 to affect other types of pets. --HG-- branch : trunk
2009-05-26*Allow vehicle have loot.megamage
--HG-- branch : trunk
2009-05-25*Do not destroy unit for owner when it stealthmegamage
--HG-- branch : trunk
2009-05-25*Do not consider possessed creatures as pet. Also fix the bug that possessed ↵megamage
creature does not display spells. --HG-- branch : trunk
2009-05-25*Do not use GO guid as original caster guid. (not supported for now)megamage
--HG-- branch : trunk
2009-05-25*Fix a bug that players are teleported to wrong instance after crash.megamage
--HG-- branch : trunk
2009-05-25*Remove aura by originalcaster guid instead of caster guid for channelled spellsmegamage
--HG-- branch : trunk
2009-05-25*Move spelltarget table check to the start of the server to reduce log spams.megamage
--HG-- branch : trunk
2009-05-25*Fix the startup with trinityinterface.Anubisss
--HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Disable proc aura stack check until it is properly fixed. (please tell me ↵megamage
if i am wrong) --HG-- branch : trunk
2009-05-25*Merge. Do not forget to apply TC1 sql!megamage
--HG-- branch : trunk
2009-05-25*Move some random generator functions to map class: functions in ↵megamage
map/object/movementgenerator/spell --HG-- branch : trunk
2009-05-25Fix genrevision to get correct hash when compiling from archiveParadox
--HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Do not allow wrecking crew stack with enrage. Also, allow proc buff ↵megamage
overwrite another. Need better rules to check that. (see my comment in code) --HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Fix a typo that makes seal of vengeance/blood deal huge damage.megamage
--HG-- branch : trunk
2009-05-25*Remove obsolete code for Arcane BlastQAston
*Reduce amount of auras removed at arena match start. --HG-- branch : trunk
2009-05-25Fix CRLF issues in 3517Paradox
--HG-- branch : trunk
2009-05-25Fix genrevision to display Archive as revision and hash string, to give us a ↵Paradox
better idea of what revision is being used by people who directly download the archive, also fix .sln files. --HG-- branch : trunk
2009-05-24*Fix broken escort AI.megamage
--HG-- branch : trunk
2009-05-24*Rewrite some OPvP functions.megamage
*Apply tenacity buff for outnumbered players in wintergrasp. --HG-- branch : trunk
2009-05-24*Remove auras with duration lower than 30 sec on arena start.QAston
*Do not remove rougue poisons and dk runes on arena start. *Apply healing bonus for healing stream totem. *Do not duplicate damage bonus in code with the one in db for Seal of Vengenance/Corruption --HG-- branch : trunk
2009-05-24Fix commit 1509 that made it unable to speak with neutral NPCs.raczman
At the same time, it is still not possible to exploit with cheating tool. --HG-- branch : trunk
2009-05-24Apply 6 second rule to mana potions on arenas.raczman
--HG-- branch : trunk
2009-05-24*When alliance and horde are in same group, also display pets as friendly.megamage
--HG-- branch : trunk
2009-05-24*Fix the bug that warlock pet is not shown in stat window.megamage
--HG-- branch : trunk
2009-05-24 [7886] Drop use table `petcreateinfo_spell`megamage
This is first commit in chain for remove oudated and not used pet functionality. * Use instead dropped table CreatureSpellData.dbc if creature_template.PetSpellDataId set (mostly hunter pets) * Use creature_template.spellN if not set creature_template.PetSpellDataId (mostly different summon creatures) * Fixed bug with not removing from action bar spell icon for not ranked unlearned spells. Note: summoned controllable creatures without PetSpellDataId must have expected spells in spellN feilds for creature_template. [7887] Drop pet spell teaching code, including field in character_pet. Author: VladimirMangos --HG-- branch : trunk
2009-05-24[7885] Fixed talent 34914 and ranks proc spell to correct spellid. Author: qsamegamage
--HG-- branch : trunk
2009-05-24*Change the value of CREATURE_FLAG_EXTRA_NO_TAUNT.megamage
*There is no creatures with this flag in core. So if you have custom content, you can use this: update creature_template set flags_extra = (flags_extra | 0x00000100) where flags_extra & 0x00010000; update creature_template set flags_extra = (flags_extra & ~0x00010000) where flags_extra & 0x00010000; --HG-- branch : trunk
2009-05-24[7882] For achievement criterias data check ↵megamage
ACHIEVEMENT_CRITERIA_DATA_TYPE_T_PLAYER_DEAD include target's team check. Author: VladimirMangos --HG-- branch : trunk
2009-05-24 [7881] More types with random generated item at recipe casting. Cleanups ↵megamage
code. Author: VladimirMangos Real resulting items creating required DB support (helper error message outputed at loading) --HG-- branch : trunk
2009-05-24Fixed bank bag slot amount achievement statistic. Cleanup related code. ↵megamage
Author: VladimirMangos --HG-- branch : trunk