Commit Graph

30623 Commits

Author SHA1 Message Date
joschiwald
037ffdf609 Fixed warning 2017-04-27 19:35:22 +02:00
joschiwald
66744c4b4c Core/Tools: MapId can have 4 digits
Note: Re-extracting any maps is NOT required.
2017-04-27 19:24:14 +02:00
vincent-michael
8337860f93 DB/Quests: Updated quest_template data for 7.2.0 part 9 2017-04-27 10:45:05 +02:00
Aokromes
4db838751e Update issue_template.md 2017-04-27 02:17:42 +02:00
Shauren
3e060fc95d Core/Players: Fixed setting a few updatefields to make client addons relying on player names/realn names behave properly
Ref #19490
2017-04-27 00:03:18 +02:00
Gacko
9386db7d75 Fix warning. 2017-04-26 20:43:42 +02:00
Rochet2
adc7764d73 Core/PacketIO: Remove bad slot for mirror image packet (#19513) 2017-04-26 18:02:00 +02:00
Shauren
2f859ffd2e Core/Misc: Fixed issues found by coverity
CID 1374575, 1374574, 1374573, 1374572, 1374563, 1374556
2017-04-26 18:01:50 +02:00
tkrokli
65eefebe43 More warning fixes
- unused variables reported by clang in travis-ci
2017-04-26 10:53:38 +02:00
joschiwald
9a41e05201 Fixed warning 2017-04-25 20:16:28 +02:00
Shauren
14dce61976 Core/Units: Updated unit dynamic flags
Closes #19478
2017-04-25 19:58:07 +02:00
vincent-michael
bfd65e7d54 DB/Quests: Updated quest_template data for 7.2.0 part 8 2017-04-25 11:18:28 +02:00
Arog
2e7a3a8fd6 Core/Conditions: Add type QUEST_OBJECTIVE_PROGRESS_BAR to CONDITION_QUEST_OBJECTIVE_COMPLETE (#19488) 2017-04-24 21:29:24 +02:00
joschiwald
8df72afb73 Fixed warning 2017-04-24 20:23:23 +02:00
Gacko
8f3ac05056 Fix non-PCH build.
What else?
2017-04-24 19:59:38 +02:00
Aokromes
02b667e76e DB/World: Update faction and unit_class to default values
REF d36af78c7f
2017-04-24 18:54:51 +02:00
Duarte Duarte
41abb35cda Update THANKS 2017-04-24 13:27:14 +01:00
Malcrom
de0bbf4056 Core/Creature: Fixed ForcedDespawn 2017-04-24 13:49:58 +02:00
vincent-michael
d4759e43f1 DB/Quests: Updated quest_template data for 7.2.0 part 7 2017-04-24 09:48:53 +02:00
ariel-
b7bf703737 Core/Scripts: Convert spells to new proc system
- Converted Unit::HandleDummyAuraProc function to AuraScripts
  * Extra: DMC: Madness now uses DB texts. yay!
  * Extra: improvements on Imp. Spell Reflection (range and max targets, filter caster with conditions)

- Fixed Glyph of Succubus. (Closes #6599)

- Changed old (not-blizz) behavior of Vampiric Embrace:
  * Before: party heal affected the priest too and self heal was reduced by that amount to not over-heal
  * Now: self heal amount not affected, rather filter the priest out of the party heal using conditions :)

- Solve bug in AQ 3p set bonus, it should only trigger when healing others, not self heals.
- Priest T10 2p bonus (heal) now rolls its effect properly

- Use brand new GetEffectiveHeal to fix #17142
- While we're at it, also close #17034 for good
- Converted Unit::HandleAuraProc function to AuraScripts (#17941)
- Converted Unit::HandleAuraProc function to AuraScripts (cont'd) (#17955)
- Corrected Flametongue weapon damage formula
- Actually check offhand weapon for flametongue in Lava Lash script
- Implemented halved proc chance for Missile Barrage on Arcane Barrage, Fireball, Frostbolt and Frostfire Bolt cast
- Converted Unit::HandleProcTriggerSpell function to AuraScripts (#17956)
- De-hack Earth shield. Fixes #13808
- Updated Honor among Thieves
- Implemented mana proc for Mark of Conquest in case of ranged attack
- Fixed Scent of Blood giving more stacks than the talent rank currently learnt.
- Ported old proc table. Proc system is dead. Long live the proc system!
- Recklessness should get charges removed per cast. Closes #15529
- Use proc system to remove Molten Core charges on Incinerate/Soul Fire cast. Closes #15942

Closes #3463
Closes #5401
Closes #15595
Closes #15974
Closes #16679
Closes #17925

(cherry picked from commit 2ff855054f)

# Conflicts:
#	src/server/scripts/Northrend/UtgardeKeep/UtgardeKeep/utgarde_keep.cpp
#	src/server/scripts/Spells/spell_dk.cpp
#	src/server/scripts/Spells/spell_druid.cpp
#	src/server/scripts/Spells/spell_hunter.cpp
#	src/server/scripts/Spells/spell_item.cpp
#	src/server/scripts/Spells/spell_mage.cpp
#	src/server/scripts/Spells/spell_paladin.cpp
#	src/server/scripts/Spells/spell_priest.cpp
#	src/server/scripts/Spells/spell_rogue.cpp
#	src/server/scripts/Spells/spell_shaman.cpp
#	src/server/scripts/Spells/spell_warlock.cpp
#	src/server/scripts/Spells/spell_warrior.cpp
2017-04-23 19:01:39 +02:00
Ulduar2
7b4bdc6b8f Core/Spells: Add duration argument to Unit::SendPlaySpellVisualKit (#19487) 2017-04-23 15:23:28 +02:00
Shauren
ec83e3faf3 Core/Quests: Defined quest objective flags
Closes #19492
2017-04-23 15:21:40 +02:00
vincent-michael
ebcf7a95c0 DB/Quests: Updated quest_template data for 7.2.0 part 6 2017-04-23 11:50:32 +02:00
Traesh
fabc571052 Fix typo in IsRaidQuest 2017-04-23 02:20:19 +02:00
Shauren
f7b0f4c9c6 Core: Change allowed build to 7.2.0.23937 2017-04-22 19:33:15 +02:00
Shauren
457f58b1a2 Tools/mmaps_generator: Mak percentage progress slightly more accurate
#18832

(cherry picked from commit 29937aaa75)

# Conflicts:
#	src/tools/mmaps_generator/MapBuilder.cpp
7.2.0/23911
2017-04-22 16:53:33 +02:00
vincent-michael
a316ba576b DB/Quests: Updated quest_template data for 7.2.0 part 5 2017-04-22 11:09:39 +02:00
vincent-michael
7091e70eab DB/Quests: Updated quest_template data for 7.2.0 part 4 2017-04-21 19:11:11 +02:00
Shocker
298d86d9f7 Core/Spells: Define various aura types and remove some old & not valid anymore ones 2017-04-21 02:16:38 +03:00
Shauren
be1a7d36f3 Core/Spells: Refactor setting spell info corrections to report errors about spells that no longer exist 2017-04-20 21:57:25 +02:00
vincent-michael
a3dec5cb75 Build: Fixed build with boost 1.64 2017-04-20 20:49:30 +02:00
vincent-michael
5233caf092 Build: Added 1.64 Boost version to FindBoost
Note: Currently no support for boost 1.64
2017-04-20 19:53:34 +02:00
Aokromes
c8b0e6e42f DB/Misc: populated version table with missing data from TDB file
Closes #19479
2017-04-20 08:15:28 +02:00
Shauren
3a52bbb2f0 Core/PacketIO: Fixed reading ItemInstance structure - affected buying items from vendors
Closes #19480
2017-04-20 00:26:04 +02:00
vincent-michael
2e2089c078 DB/Quests: Updated quest_template data for 7.2.0 part 3 2017-04-19 21:19:06 +02:00
Shauren
6636ca8585 Core/DataStores: Updated sending out hotfixes 2017-04-19 19:10:49 +02:00
DDuarte
15b1aaff41 TDB 720.00 - 2016/04/18 TDB720.00 2017-04-19 00:25:43 +01:00
DDuarte
a15985edc6 GCC build fix
It's been too long, C++
2017-04-18 21:38:47 +01:00
DDuarte
844755aa07 Core/DBUpdater: Improve message when base SQL file is missing 2017-04-18 21:20:46 +01:00
vincent-michael
a39cec29a3 DB/Quests: Updated quest_template data for 7.2.0 part 2 2017-04-17 17:07:36 +02:00
Shauren
6d85dab6f5 Warning fix 2017-04-17 00:46:39 +02:00
Shauren
912774dc26 Warning fix 2017-04-17 00:22:22 +02:00
Shauren
0b9548a1cc Core: Updated GameTables to 7.2.0
Tools/Extractors: Updated to 7.2.0
Tools/ConnectionPatcher: Updated patterns to 7.2.0

Supported version is now 7.2.0.23911
2017-04-17 00:03:44 +02:00
Aokromes
7e8583ee81 DB/Creature: Multiple Coldridge fixes
By Malcrom
2017-04-16 22:59:50 +02:00
Aokromes
ccfa91f8be DB/Spawn: Add 2 missing things on Coldridge Valley
By Malcrom
2017-04-16 22:11:31 +02:00
vincent-michael
7700dc8137 DB/Quests: Updated quest poi data from 7.2.0 2017-04-16 19:48:14 +02:00
vincent-michael
ae1378292d DB/Creatures: Updated creature_template wdb data from 7.2.0 2017-04-16 18:44:45 +02:00
Aokromes
8ca9d0e7de Update NPCHandler.cpp 2017-04-16 17:32:16 +02:00
Aokromes
7717b833c2 missing part 2017-04-16 17:22:52 +02:00
vincent-michael
af0e65411e DB/Hotfixes: Updated tact key for 7.2.0 2017-04-16 17:06:24 +02:00