Commit Graph

16781 Commits

Author SHA1 Message Date
Shauren
61b069e849 Compile fix 2013-07-27 15:20:10 +02:00
Vincent-Michael
c87e557771 Core/Spells: Fix mage talent "Improved Polymorph" 2013-07-27 14:48:04 +02:00
Shauren
1be55d5311 Core/PacketIO: Implemented phase notifications for group update packets 2013-07-27 11:47:35 +02:00
Vincent-Michael
7cdaf17538 Core/Spells: Add missing stuff in 85d574e0b4 2013-07-27 03:09:52 +02:00
Vincent-Michael
16d14322c2 Core/Spells: Fix warrior talent "Lambs to the Slaughter" 2013-07-27 03:03:03 +02:00
Vincent-Michael
3ea1c116c9 Core/Spells: Missing cleanup in 51e53b5a5e 2013-07-27 02:04:11 +02:00
Vincent-Michael
51e53b5a5e Core/Spells: Fix druid talent "Heart of the Wild" 2013-07-27 01:54:04 +02:00
Vincent-Michael
1c71f280d9 Core/Spells: Fix druid talent "Master Shapeshifte" 2013-07-27 01:19:48 +02:00
Vincent-Michael
550e1c7131 Core/Spells: Remove useless for druid "Savage Roar" - has already aura script 2013-07-26 23:48:06 +02:00
Vincent-Michael
36412fbe7d Core/Spells: Fix druid talent "Stampede" 2013-07-26 22:13:11 +02:00
Vincent-Michael
d5d3e785b7 DB/Player: Fix clear glyph for some class 2013-07-26 18:09:10 +02:00
Vincent-Michael
4d251bf707 Core/Misc: Fix db startup errors 2013-07-26 14:38:34 +02:00
Vincent-Michael
5a90649568 Core/Spells: Update dks presence for 4.3.4
Note: need recheck
2013-07-26 14:08:57 +02:00
Vincent-Michael
c13e63456c Core/Spells: Remove spell script: spell_gen_magic_rooster 2013-07-26 03:44:10 +02:00
Vincent-Michael
37c3e58974 Core/Spells: Remove spell scripts for "Hand of Salvation" - is no longer required 2013-07-26 03:28:24 +02:00
Vincent-Michael
c764e3e1c0 Core/Spells: Fix warrior "Rend" damage 2013-07-26 02:43:55 +02:00
Vincent-Michael
b96945bd4b Core: Fix build 2013-07-26 02:30:21 +02:00
Vincent-Michael
78cece004a Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4 2013-07-26 02:05:38 +02:00
Vincent-Michael
c57fa8f781 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/game/Spells/Auras/SpellAuras.cpp
	src/server/game/Spells/SpellInfo.h
	src/server/scripts/Spells/spell_dk.cpp
	src/server/scripts/Spells/spell_priest.cpp
	src/server/scripts/Spells/spell_warlock.cpp
2013-07-26 02:04:32 +02:00
Warpten
104b736cbd Core/Guilds: Typo fix for 6ca3723f0e ... 2013-07-26 02:00:19 +02:00
Warpten
6ca3723f0e Core/Guilds: Fixed "Guild Mail" perk. 2013-07-26 01:58:42 +02:00
Vincent-Michael
af9d1d92ae Core/Spells: Fix warrior talent "Vigilance" vengeance effect 2013-07-26 01:14:30 +02:00
Vincent-Michael
4b2eac1e80 Core/Spells: Remove spell script for Vigilance - is no longer required but Vengeance effect need fix 2013-07-26 00:29:01 +02:00
Vincent-Michael
4784f36f07 Core/Spells: Add missing stuff in 6a6e9a225c (thx to Nami-Doc) 2013-07-25 18:52:18 +02:00
joschiwald
f94eb922f7 Core/Spells: fix uninitialised value 2013-07-25 18:32:00 +02:00
joschiwald
e9750a4b65 Core/Spells: move Death Knights Presences into SpellScripts, fix possible issue after spec change, and fix some startup errors
Closes #10354
2013-07-25 18:06:21 +02:00
timh52280
6a6e9a225c Core/Spell: Fix rogue "Glyph of Preparation"
Closes #10359

Signed-off-by: Vincent-Michael <Vincent_Michael@gmx.de>
2013-07-25 18:03:42 +02:00
Vincent-Michael
6dc1f242e4 * Core/Spells: Remove spell script for druid "Lifeblood" - is no longer required 2013-07-25 17:03:08 +02:00
Vincent-Michael
6d28891cdf Core/Spells: Remove spell script for druid "Owlkin Frenzy" - is no longer required 2013-07-25 16:12:47 +02:00
Vincent-Michael
06324832b7 Core/Spells: Fix more startup error with spells 2013-07-25 15:34:36 +02:00
Vincent-Michael
e9acee868b Core/Spells: Fix more startup error with spells 2013-07-25 15:05:16 +02:00
Vincent-Michael
54c2009318 Core/Spells: Fix some db startup error and add new 2013-07-25 14:14:30 +02:00
Vincent-Michael
061edf9342 Core/Spells: Fix priest talent "Twin Disciplines" 2013-07-25 13:29:29 +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
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
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
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
51a7f3408f Spells/Warlock: Fixed Soul Swap. 2013-07-24 15:00:40 +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