Commit Graph

29452 Commits

Author SHA1 Message Date
treeston
824db91cbe Various: Fix coverity reported issues. 2016-10-05 07:59:14 +02:00
SnapperRy
0f5f87add0 Core/Wintergrasp: fix victory quests.
By Retriman, updates #7953.
2016-10-05 07:59:05 +02:00
SnapperRy
3c2622d452 Make travis happy and fix codestyle for previous commit. 2016-10-05 07:58:50 +02:00
SnapperRy
3f61b4d81b Core/Conditions: implement CONDITION_WINTERGRASP_HORDE to check if Wintergrasp is held by Horde.
Use negative condition to check if it is held by Alliance instead.

Use this condition to fix availability of the Wintergrasp item-gathering weekly quests.
2016-10-05 07:58:34 +02:00
Shauren
f5a980be9b Core/Units: Clear UNIT_NPC_EMOTESTATE on death (blizzlike)
Closes #15263
Closes #18027
2016-10-04 18:07:59 +02:00
Aokromes
4ce27937b0 DB/Misc: 3.3.5a fixes 2016-10-04 06:37:25 +02:00
SnapperRy
1a29f04e00 Core/Unit: don't reset offhand timer for players when starting attack.
Creatures are unaffected by this change. Not sure how they should behave in this case, so leaving it alone for now.

Closes #945.
2016-10-04 06:36:39 +02:00
SnapperRy
cfc8cbf42f Script/Quest: A Cry For Help: (#18026)
- Add missing dialogue from Cowlen.
- Timers and emotes.
2016-10-04 06:36:09 +02:00
SnapperRy
fbbe103245 Core/Loot: limit unique items check in LootItem::AllowedForPlayer() to bind-when-picked-up items only. 2016-10-04 06:35:48 +02:00
SnapperRy
f8036710e3 Core/Loot: do not show unique items if player already has the maximum allowed quantity. 2016-10-04 06:35:37 +02:00
SnapperRy
828026bede Core/Quest: send INVALIDREASON_QUEST_ALREADY_DONE if player tries to accept a quest that is already rewarded. 2016-10-04 06:35:17 +02:00
Killyana
c6c32b7e38 DB: Mulgore creatures SAI 2016-10-04 00:11:13 +02:00
ariel-
16995799c9 Build: Added 1.62 Boost version to FindBoost 2016-10-03 14:58:55 +02:00
ariel-
ac084e4ddc Core/Spells: Flag of Ownership shouldn't target creatures 2016-10-03 14:58:07 +02:00
ariel-
6ee820afe4 Core/Player: correct logic for IsUsingTwoHandedWeaponInOneHand
Fixes penalty not being applied when we are using a 2H in offhand, and a unarmed MH.
MH may do unarmed attacks in this case. (reciprocal of 2H MH, unarmed OH, only uses MH normally, OH doesn't unarmed attack)
2016-10-03 14:57:51 +02:00
Aokromes
bcfe5b4f4f Core/Spells: fixed SPELL_ATTR5_USABLE_WHILE_STUNNED 2016-10-03 14:56:48 +02:00
ariel-
919a3c631e Core/Spell: Add Dual Wield skill dependency to Dual Wield effect, should remove the skill properly when unlearning spell.
Closes #17196
2016-10-03 14:53:59 +02:00
Aokromes
576cfa8328 Core/Player: unconditionally remove Titan's grip penalty aura on Spel…
…l removal

Was causing an issue when switching spec, because off hand weapon was still equipped
2016-10-03 14:53:39 +02:00
ariel-
a57f628eb2 Core/Spells: SPELL_AURA_SCHOOL_IMMUNITY auras shouldn't remove passive auras (even if negative)
Ref issue #6375
2016-10-03 14:51:38 +02:00
Aokromes
d9ae70396b Core/Player: Implemented Titan's Grip damage reduction 2016-10-03 14:51:20 +02:00
ariel-
b18477f80f Core/Spells: Implemented SPELL_ATTR6_NOT_RESET_SWING_IF_INSTANT.
Closes #1765
2016-10-03 14:42:53 +02:00
joschiwald
4ed2cd9500 Core/Spells: use spellinfo helper methods
(cherry picked from commit 12a52595ed)
2016-10-03 14:42:37 +02:00
joschiwald
de1322f134 Core/Player: fixed math error
(cherry picked from commit cc1e2fd452)
2016-10-03 14:42:19 +02:00
Aokromes
cf9a201c68 DB/Misc: 3.3.5a fixes 2016-10-03 14:39:49 +02:00
Aokromes
266d97d240 DB/Misc: Fix startup errors 2016-10-01 17:35:44 +02:00
Aokromes
b83aff060f fix import 2016-10-01 17:22:46 +02:00
SnapperRy
ad98ab192c Core/Script: make creature Webbed Creature spawn creature Expedition Researcher when appropriate.
Also don't allow it to spawn a copy of itself.
2016-10-01 16:48:48 +02:00
SnapperRy
0f65529f2e Misc/Config: fix an oversight.
Thanks tkrokli for noticing.
2016-10-01 16:48:35 +02:00
SnapperRy
2dd1291a9b Misc/Config: enable ChatFakeMessagePreventing by default, since it's a blizzlike feature. 2016-10-01 16:48:20 +02:00
SnapperRy
e241916bcd Core/Config: allow to specify daily quest reset hour in config.
Also default it to 3:00AM, as that's when daily quests used to reset during WotLK.
2016-10-01 16:48:06 +02:00
SnapperRy
83dafd5886 Core/Spell: set quest to rewarded instead of complete when targeted by SPELL_EFFECT_QUEST_COMPLETE. (#18021)
Prevents people from ending up with strange quests in their quest logs.
2016-10-01 16:47:49 +02:00
SnapperRy
af87a5d5bf Core/World: properly re-initialize daily quest reset time when resetting daily quests. (#17986)
Prevents daily quests from resetting at weird times when restarting the server after a player has completed a daily quest.
2016-10-01 16:47:34 +02:00
SnapperRy
abfc973bdc Core/Log: move an error to DEBUG level.
Prevents console spam in case of players canceling the cinematic at characters' first login.
2016-10-01 16:47:24 +02:00
Aokromes
2585364472 DB/Misc: 3.3.5a fixes 2016-10-01 16:45:51 +02:00
Aokromes
018cf7e922 DB/Gameobject: Delete duplicate spawn 2016-09-30 07:58:20 +02:00
Aokromes
c5d91a3c55 DB/Gameobject: Delete few duplicate spawns 2016-09-29 22:24:42 +02:00
Aokromes
08672709d0 missing save 2016-09-29 02:43:18 +02:00
Aokromes
762d914050 DB/Creature: Link more dificulties 2016-09-29 02:34:54 +02:00
Aokromes
5767ad9a8e DB/Creature: Reguid one spawn to proper 4.3.4 spawns guids 2016-09-29 01:50:28 +02:00
Aokromes
d1884133e9 DB/Misc: Missing part 2016-09-28 15:50:48 +02:00
Aokromes
84488a19f0 DB/Misc: TDB 4.3.4-13 2016/09/28 2016-09-28 15:13:28 +02:00
Aokromes
521f96b835 typo fix 2016-09-28 14:28:27 +02:00
Aokromes
5a3ea58cbc DB/Creature: 3.3.5a fix 2016-09-28 13:49:10 +02:00
Aokromes
7c236c9fa2 DB/Misc: Fix some startup errors 2016-09-28 03:56:16 +02:00
Aokromes
c2ef7ff711 DB/Misc: 3.3.5a fixes 2016-09-28 03:07:25 +02:00
Aokromes
c9965c331a Core/Maps: Fix compile on windows
By ConradBunton
2016-09-27 20:24:44 +02:00
Aokromes
a99ac65b80 fix build 2016-09-27 13:23:16 +02:00
Aokromes
c35b773515 DB/Misc: 3.3.5a fixes 2016-09-27 13:04:09 +02:00
Keader
a6c18901b2 Core/Scripts: Fixed Gunship Mage cast interrupt
Closes: #14912
2016-09-27 13:03:07 +02:00
treeston
a142c7b2ae and you get a header, and everyone gets a header... 2016-09-27 13:02:59 +02:00