aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2013-07-25Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
Conflicts: src/server/game/Globals/ObjectMgr.cpp src/server/game/Spells/SpellMgr.cpp src/server/game/Spells/SpellMgr.h src/server/game/World/World.cpp
2013-07-24Merge pull request #10342 from joschiwald/spellinfo_correctionsjoschiwald
Core/Spells: operate spell correction on SpellInfo store instead of dbc ...
2013-07-24Core/Spells: Fix warrior talent "Sudden Death" for 4.3.4Vincent-Michael
2013-07-24Core/Misc: Fix logic fail in7770c820979ef1f49e8b5056efb780cd676e66c8Vincent-Michael
2013-07-24Core/Commands: Added the rank id to .pinfo for guild dataAscathor
2013-07-24Core/Spells: add some logs for loading spell_script_namesjoschiwald
2013-07-24Spells/Warlock: Fixed Soul Swap.Warpten
2013-07-24Core/Spells: Update paladin "Lay on Hands" script for 4.3.4Vincent-Michael
2013-07-24Core/Spells: Fix hunter "Master's Call" for 4.3.4Vincent-Michael
2013-07-24Core/Spells: Fix death knight "Will of the Necropolis" for 4.3.4Vincent-Michael
2013-07-24Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
Conflicts: src/server/game/Entities/Unit/Unit.cpp src/server/scripts/Spells/spell_dk.cpp src/server/scripts/Spells/spell_paladin.cpp src/server/scripts/Spells/spell_priest.cpp src/server/scripts/Spells/spell_shaman.cpp src/server/scripts/Spells/spell_warlock.cpp src/server/scripts/Spells/spell_warrior.cpp
2013-07-24Core/Spells: Fix priest talent "Improved Power Word: Shield"Vincent-Michael
2013-07-23Merge pull request #10336 from joschiwald/spellscripts5joschiwald
Scripts/Spells: backport some SpellScripts from 4.3.4 branch
2013-07-24Scripts/Spells: backport some SpellScripts from 4.3.4 branchjoschiwald
- Fix Earth Shield - Fix Necrotic Touch - Fix Reflective Shield Closes #9145, #9163, #9665
2013-07-23Core/Spells: Update rogue "Blade Flurry" for 4.3.4Vincent-Michael
2013-07-23Core/Spells: Fix override for warlock "Nether Ward"Vincent-Michael
2013-07-23Scripts/Onyxia's Lair: Fixed movement during flight phase and set proper ↵keke222
InhabitType Closes #10335
2013-07-23DB/Spells: Fix paladin talent "Sanctuary" for 4.3.4Vincent-Michael
2013-07-23Spells/DK: Build fixWarpten
2013-07-23Spells/DK: Fixed Death Strike.Warpten
2013-07-23Scripts/VH: Refactor commit 999843dNay
2013-07-23Scripts/VH: fix for violet hold's activation crystalsprofPlum
Closes #10129
2013-07-23Core/Spells: Fix hunter talent "Kindred Spirits" for 4.3.4Vincent-Michael
2013-07-23Core/Spells: Fix hunter talent "Master Marksman" for 4.3.4Vincent-Michael
Closes #9968
2013-07-23Scripts/VH: Refactor commit 999843dNay
2013-07-23Core/Spells: Small cleanupVincent-Michael
2013-07-23Scripts/VH: fix for violet hold's activation crystalsprofPlum
Closes #10129
2013-07-23Core/Spells: Fix warlock talent "Improved Soul Fire"Vincent-Michael
2013-07-23Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
Conflicts: src/server/game/AI/CoreAI/TotemAI.cpp src/server/game/Entities/Unit/Unit.cpp src/server/game/Globals/ObjectMgr.cpp src/server/game/Handlers/ItemHandler.cpp src/server/game/Spells/Spell.cpp src/server/game/Spells/SpellEffects.cpp src/server/scripts/Spells/spell_shaman.cpp src/server/scripts/Spells/spell_warlock.cpp
2013-07-22Merge pull request #10323 from joschiwald/spellranksNay
Core/Spells: use SpellInfo class to get spellrank node instead of SpellMgr helpers
2013-07-22Merge pull request #10319 from joschiwald/castsNay
Core/Misc: replace (Player*) casts with ToPlayer()
2013-07-22Core/Spells: Fix warlock "Health Funnel" self damage with hacky wayVincent-Michael
2013-07-22Core/Spells: Fix startup error with "spell_warl_health_funnel"Vincent-Michael
Note: self dmg need fix
2013-07-22Core/Spells: Fix dk "Bloodworms Health Leech" for 4.3.4Vincent-Michael
2013-07-22Core/Spells: Remove spell script for "Renataki's Charm of Beasts" - reset ↵Vincent-Michael
not more cooldowns
2013-07-22Core/Spells: Update/Convert druid "Glyph of Starfire" for 4.3.4Vincent-Michael
2013-07-22Core/Spell: Remove warlock "Siphon Life" script - has now default trigger spellVincent-Michael
2013-07-22Core/Spells: Update "spell_gen_clone" spellscript for 4.3.4Vincent-Michael
2013-07-22Core/Spells: Remove old mage "summon water elemental" script - is now ↵Vincent-Michael
permanent pet "Patch 4.0.1 (12-Oct-2010): Water Elemental made into a permanent pet when specializing in the frost talent tree at level 10."
2013-07-22Core/Spells: Fix hunter wolf "Furious Howl" - is now for complete raidVincent-Michael
2013-07-22Spells: Remove mage "Burnout" - is no longer requiredVincent-Michael
"Patch 4.0.1 (12-Oct-2010): Removed."
2013-07-22Core/Spells: Fix hunter "Serpent Sting" for 4.3.4Vincent-Michael
2013-07-22Scripted/IcecrownCitadel: Remove spell script for lk play movieVincent-Michael
2013-07-22Core/Spells: Fix warlock "Healthstone" for 4.3.4Vincent-Michael
2013-07-22Core/Spells: Fix hunter "Steady Shot" focus regenVincent-Michael
Closes #9553
2013-07-22Core/Spells: Update/Convert warrior "Glyph of Sunder Armor" for 4.3.4Vincent-Michael
2013-07-22Core/Spells: Conver/Update warrior "Retaliation" for 4.3.4Vincent-Michael
2013-07-21Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2013-07-21Core/Spells: Update/Convert priest "Body and Soul" for 4.3.4Vincent-Michael
2013-07-21Core/Spells: Convert/Update priest Vampiric Touch for 4.3.4Vincent-Michael