Commit Graph

20735 Commits

Author SHA1 Message Date
joschiwald
d3c19f30aa DB/Spells: add sql after recent spell rank changes for 4.3.4 2013-07-25 01:39:53 +02:00
Vincent-Michael
5c7607955b Core/Spells: Some cleanups in SpellInfoCorrections for 4.3.4 2013-07-25 01:31:01 +02:00
Vincent-Michael
d4d43d7410 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
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-25 00:41:37 +02:00
joschiwald
c4a1ad2810 Merge pull request #10342 from joschiwald/spellinfo_corrections
Core/Spells: operate spell correction on SpellInfo store instead of dbc ...
2013-07-24 15:18:24 -07:00
joschiwald
8a87ab04ee Merge pull request #10331 from joschiwald/spell_proc_ranks
Core/Spells: allow to use ranked spells in `spell_proc_event` table (lik...
2013-07-24 15:00:14 -07:00
joschiwald
e6a146aba8 Core/Spells: allow to use ranked spells in spell_proc_event table (like in spell_proc table) 2013-07-24 23:52:06 +02:00
Mihapro
ef83ec8d1c DB/Spells: Fix Bandage debuff for 4.3.4
Closes #9689
2013-07-24 23:42:34 +02:00
Vincent-Michael
2963b44e3d Core/Spells: Fix warrior talent "Sudden Death" for 4.3.4 2013-07-24 23:09:25 +02:00
Vincent-Michael
75db5f8c17 Core/Misc: Fix logic fail in7770c820979ef1f49e8b5056efb780cd676e66c8 2013-07-24 23:09:24 +02:00
blub
fecc9268bb Merge pull request #10350 from Ascathor/master
Core/Commands: Added the rank id to .pinfo for guild data
2013-07-24 11:04:26 -07:00
Shauren
3bf001fe5f Core/PacketIO: Fixed party member stats packets, thanks cyberbrest for pointing out some mistakes 2013-07-24 20:00:36 +02:00
Ascathor
5a9810ec08 Core/Commands: Added the rank id to .pinfo for guild data 2013-07-24 19:25:36 +02:00
joschiwald
516e33f94c Merge pull request #10327 from joschiwald/spell_talent_ranks
Core/Spells: load spell ranks for talents from dbc
2013-07-24 06:42:02 -07:00
joschiwald
9fb45ef64c Core/Spells: load spell ranks for talents from dbc 2013-07-24 15:38:19 +02:00
joschiwald
10390465f2 Core/Spells: add some logs for loading spell_script_names 2013-07-24 15:18:42 +02:00
Warpten
2f98d1a451 Ctrl+S, i SERIOUSLY HATE YOU 2013-07-24 15:01:38 +02:00
Warpten
51a7f3408f Spells/Warlock: Fixed Soul Swap. 2013-07-24 15:00:40 +02:00
Vincent-Michael
552e70be5a Creature/Misc: Fix some training dummys for 4.3.4 2013-07-24 14:20:13 +02:00
Vincent-Michael
c56664c5ca Core/Spells: Add log for "spell_script_names" has no next rank spells 2013-07-24 12:40:58 +02:00
Vincent-Michael
ad9e0c5bc4 Core/Spells: Update paladin "Lay on Hands" script for 4.3.4 2013-07-24 12:13:43 +02:00
Vincent-Michael
6035c40b2d Core/Spells: Fix hunter "Master's Call" for 4.3.4 2013-07-24 11:57:22 +02:00
Vincent-Michael
3ef4975d60 Core/Spells: Fix death knight "Will of the Necropolis" for 4.3.4 2013-07-24 11:31:00 +02:00
Vincent-Michael
8adad5ebf4 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
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-24 03:21:25 +02:00
Vincent-Michael
b2fb740b54 Core/Spells: Fix priest talent "Improved Power Word: Shield" 2013-07-24 02:32:52 +02:00
joschiwald
a522be8108 Merge pull request #10336 from joschiwald/spellscripts5
Scripts/Spells: backport some SpellScripts from 4.3.4 branch
2013-07-23 17:21:17 -07:00
joschiwald
99c67c103d Scripts/Spells: backport some SpellScripts from 4.3.4 branch
- Fix Earth Shield
- Fix Necrotic Touch
- Fix Reflective Shield

Closes #9145, #9163, #9665
2013-07-24 02:13:49 +02:00
joschiwald
00f3b01ea7 Core/Spells: operate spell correction on SpellInfo store instead of dbc (picked from 77b85b2ea0) 2013-07-24 00:06:21 +02:00
Vincent-Michael
18a3ccd3d1 DB/Spell: Fix startup error 2013-07-23 23:27:43 +02:00
Vincent-Michael
6a5ae32816 DB/Spells: Fix startup errors 2013-07-23 22:43:04 +02:00
Subv
a06db2b12b Core/Items: Display the correct reforge stats on an item when on the trade window. 2013-07-23 15:35:20 -05:00
Vincent-Michael
0bff11cc0f Core/Spells: Update rogue "Blade Flurry" for 4.3.4 2013-07-23 21:50:36 +02:00
Vincent-Michael
c08ba7510b Core/Spells: Fix override for warlock "Nether Ward" 2013-07-23 19:17:49 +02:00
Xanviall
0c3a93948f DB/Spells: Fix warrior "Heroic Strike" damage
Closes #9308
2013-07-23 18:15:47 +02:00
Vincent-Michael
2fa9663380 Core/Spells: Remove warrior "Unrelenting Assault" support
Patch 4.0.1 (12-Oct-2010): Removed.
2013-07-23 18:13:34 +02:00
keke222
e11714e948 Scripts/Onyxia's Lair: Fixed movement during flight phase and set proper InhabitType
Closes #10335
2013-07-23 17:18:46 +02:00
Vincent-Michael
98f51b47b0 DB/Spells: Fix paladin talent "Sanctuary" for 4.3.4 2013-07-23 16:28:23 +02:00
Warpten
059d23de2d Spells/DK: Build fix 2013-07-23 15:44:54 +02:00
Vincent-Michael
5edd13e85d Revert "Core/Spells: Fix hunter talent "Kindred Spirits" for 4.3.4"
This reverts commit 97608aeff7.
2013-07-23 15:07:20 +02:00
Warpten
804204c522 Spells/DK: Fixed Death Strike. 2013-07-23 14:56:03 +02:00
Warpten
61313806ed Core/Auras: Implemented Aura::GetScriptByName. 2013-07-23 14:56:00 +02:00
Nay
172c2577a1 Scripts/VH: Refactor commit 999843d 2013-07-23 14:55:57 +02:00
profPlum
52def4143a Scripts/VH: fix for violet hold's activation crystals
Closes #10129
2013-07-23 14:55:54 +02:00
Vincent-Michael
97608aeff7 Core/Spells: Fix hunter talent "Kindred Spirits" for 4.3.4 2013-07-23 14:54:21 +02:00
Warpten
ce79e3a078 Core/Auras: Implemented Aura::GetScriptByName. 2013-07-23 14:38:44 +02:00
Vincent-Michael
193d71f158 Core/Spells: Fix hunter talent "Master Marksman" for 4.3.4
Closes #9968
2013-07-23 13:46:38 +02:00
Nay
a3aa3f65fd Scripts/VH: Refactor commit 999843d 2013-07-23 02:13:09 +01:00
Vincent-Michael
62944c6d8d Core/Spells: Small cleanup 2013-07-23 03:02:42 +02:00
profPlum
999843dfef Scripts/VH: fix for violet hold's activation crystals
Closes #10129
2013-07-23 01:51:24 +01:00
Vincent-Michael
7f7852b750 Core/Spells: Fix warlock talent "Improved Soul Fire" 2013-07-23 02:39:25 +02:00
Vincent-Michael
aca68428c2 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
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-23 02:03:35 +02:00