aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-24*Add comment for spell_proc_event sql. To devs: you do not need to manually ↵megamage
add comment when you add a new line. This can be done automatically. --HG-- branch : trunk
2009-05-24*Use hex format for spell_full spell_proc_event table.megamage
--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
2009-05-24 [7880] Added error output for default switch case. Author: ApoCmegamage
--HG-- branch : trunk
2009-05-24 [7879] Added SPELL_AURA_MOD_SPELL_CRIT_CHANCE into isTriggerAura. ↵megamage
Author: ApoC This will fix auras (57529, 57531, possibly others) to be correctly removed dependently on their procFlags and procCharges. --HG-- branch : trunk
2009-05-24[7879] Fixed proc for 31571 and ranks. Author: Tanatosmegamage
--HG-- branch : trunk
2009-05-24[7878] Use bigger buf for better performence. Author: Derexmegamage
--HG-- branch : trunk
2009-05-24*Add vehicle id for three-seat mammoth.megamage
*Fix spell impale of archavon. --HG-- branch : trunk
2009-05-24Ancestral Awakening target selectionQAston
--HG-- branch : trunk
2009-05-24*Fix whath of air and flametongue totemQAston
--HG-- branch : trunk
2009-05-24*Fix the bug that totem only apply one auraeffect on target.megamage
*Fix the bug that players can get aura when out of range of totem. *Use caster to check enemy/ally state and spell bonus. Use source to check distance. --HG-- branch : trunk
2009-05-23*Set vehicle faction when summoning instead of enteringmegamage
--HG-- branch : trunk
2009-05-23*Store aura::source for all types of aura effect.megamage
--HG-- branch : trunk
2009-05-23*Rename formalCaster as "source"megamage
--HG-- branch : trunk
2009-05-23*Use getworldobject for getunit. Also allow get vehicles using this function.megamage
--HG-- branch : trunk
2009-05-23*Fix a bug that player can change to an occupied seat on vehicle.megamage
(The commit message of the last rev should be: do not allow player to use unusable vehicle seat) --HG-- branch : trunk
2009-05-23*Fix a bug that vehicle in wintergrasp is dismissed when player log out.megamage
--HG-- branch : trunk
2009-05-23*Fix a bug that player can change to an occupied seat on vehicle.megamage
*Load full creature data for vehicles. --HG-- branch : trunk
2009-05-23*Fix a crash caused by RecalculateAmount when aura caster is not present.megamage
--HG-- branch : trunk
2009-05-23*Fix build.megamage
--HG-- branch : trunk
2009-05-23*Fix a bug that cause quest GO cannot be open.megamage
--HG-- branch : trunk
2009-05-23*Try to fix an aura bug that cause server freezemegamage
--HG-- branch : trunk
2009-05-23*Fix compile in *nix if You build without Trinity Scripts(with ↵Anubisss
trinityinterface). --HG-- branch : trunk
2009-05-23*Fix a crash.QAston
--HG-- branch : trunk
2009-05-23*Allow healing mod auras to affect SPELL_DAMAGE_CLASS_NONE spellsQAston
--HG-- branch : trunk
2009-05-23*always remove old aura instead of recalculating new one in same id stack ↵QAston
case-this prevents some problem with spelleffects execution problems --HG-- branch : trunk
2009-05-23*Update spell full sql.megamage
--HG-- branch : trunk
2009-05-23*Do not allow to use flying mount on wintergrasp.megamage
--HG-- branch : trunk
2009-05-23*Display building location on map for wintergrasp.megamage
--HG-- branch : trunk
2009-05-23*Fix rock shards spell for archavon script.megamage
--HG-- branch : trunk
2009-05-23*Fix a bug that Sapphiron does not appear.megamage
--HG-- branch : trunk
2009-05-22[7876] Implemented dummy effect /*and special target selection*/ for 52759. ↵megamage
Author: ApoC --HG-- branch : trunk
2009-05-22[7874] Fix: possible runtime crash. Author: ApoCmegamage
--HG-- branch : trunk
2009-05-22*Fix Cleansing Totem Author: Astellarmegamage
--HG-- branch : trunk
2009-05-22 [7870] Implement creature ranged ammo show at ranged weapon use. Author: ↵megamage
VladimirMangos * Use BDC data (creature weapon not alwas listed in item_template) --HG-- branch : trunk
2009-05-22[7866] Added VS 2010 Beta 1 project files. Requires libeay32.dll update. ↵megamage
This is experimental changes. Use it on own risk. Author: tomrus88 *Note: this is not supported by TC --HG-- branch : trunk
2009-05-22*Drop VC71 supportmegamage
--HG-- branch : trunk
2009-05-22Correct typo in previous commitKudlaty
--HG-- branch : trunk
2009-05-22Add a column to npc_spellclick_spells table to check if quest is ↵Kudlaty
completed/rewarded or incompleted 1: completed or rewarded; 3: incompleted; default 3 --HG-- branch : trunk
2009-05-22*Some work on wintergrasp. Player can get ranks by killing other players and ↵megamage
can build vehicles at workshop. Vehicles can be used to destroy buildings. Except these no other thing is done. --HG-- branch : trunk
2009-05-22*Fix a bug that Sapphiron does not appear. Thanks to JoN0.megamage
--HG-- branch : trunk
2009-05-22*Set pvp flags for units controlled by player.megamage
*Reset pvp flags when unit is uncharmed. *Remove walk flag when unit is charmed. --HG-- branch : trunk
2009-05-22*Fix a bug that owner cannot recall pet when pet is attacking target.megamage
--HG-- branch : trunk