ariel-
07fb65a6f2
Core/Player: fix some PCT_MOD charge consumption
...
By xinef1
Closes #18516
2016-12-30 15:38:33 -03:00
ariel-
a20fda9b2d
Core/Spell: unbreak generic mount spells after prev commit
2016-12-30 14:23:05 -03:00
ariel-
8ffcb4ddcb
Core/Spell: reverted changes for NO_TARGET handling
...
Partial revert of 584d347b70
Closes #18666
2016-12-30 14:10:04 -03:00
xinef1
464d3ad5d0
Core/Spell: Fixed bug where spell could fail to hit a target properly even if all conditions were met ( #18596 )
2016-12-30 13:41:47 -03:00
ariel-
81f16b201b
Core/Spell: Fixed Arcane Potency
...
- Removed old workaround in SpellAuras.cpp
Closes #18417
2016-12-30 02:29:34 -03:00
ariel-
f5e08885b7
Core/Script: Kill one startup error
2016-12-29 23:30:54 -03:00
ariel-
63a4a94f5a
Core/Spell: fix one spell range issue
2016-12-29 23:28:08 -03:00
DDuarte
7ee6afe885
Dep: Update fmt (cppformat) to 3.0.1 7fa8f8fa48
...
Also renamed cppformat to fmt
2016-12-29 22:38:46 +00:00
ariel-
4039a3eb47
Core/Spell: do not proc auras on SPELL_AURA_OBS_MOD_HEALTH healing ticks
...
Closes #14726
2016-12-29 05:06:50 -03:00
ariel-
584d347b70
Core/Spell: Prevent NO_TARGET auras from actually selecting target (same as caster)
...
- Fixes an issue with generic mount scripts where the dummy aura was applied and removed then the real mount was applied
- Pets would be unsummoned, resummoned and unsummoned again in an instant
Closes #16783
2016-12-29 03:34:54 -03:00
ariel-
0bb1c03fbf
Core/Scripts: fixed ground/fly mounts on non-flyable zones of Outland map
...
Closes #18627
2016-12-29 02:43:02 -03:00
ariel-
29827855d0
Core/Spell: Fix Turn the Tables
...
Closes #5134
2016-12-29 02:06:53 -03:00
ariel-
27fb5fc16d
Core/Spell: reverted stun aura handling
...
Partial revert of 50a3ce5703
Closes #18487
Closes #18490
Closes #18497
2016-12-28 23:38:03 -03:00
Keader
db426ed0f9
Core/Scripts: Fixed chase movement in Palehoof encounter
...
Closes #15405
2016-12-28 11:09:34 -03:00
Keader
3b4521bb29
Build fix
2016-12-27 22:09:11 -03:00
Keader
ca21779864
Core/Scripts: Black Temple misc fixes
...
Closes #18176
* Implemented faction change of Ashtongues when Shade of Akama dies
* Moved factions to black_temple.h
* Removed explicit from EnslavedSoulEvent (Reliquary of Souls)
* Fixed a typo in Skeram Script (followup 5f44890049 )
* Fixed spell Shadow Inferno (Illidari Nightlord)
2016-12-27 22:05:06 -03:00
xinef1
3ea9f3b0e2
Core/Movement: Typo fix for falling to void case ( #18611 )
2016-12-27 22:14:55 +01:00
Keader
5f44890049
Core/Scripts: Added missing spells in Skeram ( #18486 )
2016-12-27 17:36:32 -03:00
Kittnz
65e84d2f0a
Tabs
2016-12-27 19:45:24 +01:00
Kittnz
072ea761c6
Core/SmartScript: update ACTION_GO_SET_GO_STATE
...
GO_STATE_ACTIVE = 0, // show in world as used and not reset (closed door open)
GO_STATE_READY = 1, // show in world as ready (closed door close)
GO_STATE_ACTIVE_ALTERNATIVE = 2 // show in world as used in alt way and not reset (closed door open by cannon fire)
Credits to Sunwell
2016-12-27 19:00:57 +01:00
Kittnz
591fba5810
Core/Events: Fixed logic for Fireworks Show at New Years Adjustments
2016-12-27 17:17:47 +01:00
Kittnz
ef4b8da56b
Core/Events: Adjust timings and occurrence for Fireworks Show at New Years Eve
2016-12-27 17:05:15 +01:00
xinef1
bf7e95bd57
Core/Items: Fixed empty slots handling in equipment manager ( #18613 )
2016-12-26 14:25:32 +01:00
xinef1
7c3961244d
Core/Units: Fixed bug in stun code making units summoned by npcs to never break out of stun ( #18612 )
2016-12-26 13:42:31 +01:00
xinef1
2aae46ad49
Core/Units: Fixed exploit where killing tamed pet could yield emblems ( #18605 )
2016-12-26 11:14:43 +01:00
sirikfoll
0b33a8281f
Core/Ruby: Minor fixes in Halion encounter
...
* Some codestyle fixes
* Fixed wrong Halion summon with Hotswap system
* Fixed evade issue
* Fixed emblem frost exploit
2016-12-24 00:19:02 -03:00
Keader
554c28d56b
Core/Ulduar: Fixed XT002 Heart phase
...
Closes #18557
Thanks to xinef1
* Fixed Heart Phase
* Fixed Combat bug with Heart after wipe
* Added DespawnAtEvadeMethod
2016-12-23 18:02:31 -03:00
Keader
dbd567799f
Core/Scripts: Fixed Suppresser behavior in Valithria Dreamwalker encounter
...
Closes #18530
* Fixed range issue
* Fixed weave spawn when Summon Timmer Suppresser(70912) is casted
* Fixed spawn count
2016-12-22 17:40:24 -03:00
Keader
c2dace57db
Core/Scripts: Mother Shahraz encounter rewrite ( #18446 )
2016-12-22 08:59:08 -03:00
Keader
dd95c4450a
Core/Scripts: Minor fixes in Baltharus The Warborn ( #18550 )
...
* Core/Scripts: Minor fixes in Baltharus The Warborn
* go away travis
2016-12-21 23:53:53 +01:00
sirikfoll
75df296bb6
Scripts/Events Implement Pilgrim's Bounty Bountiful Table
2016-12-19 12:30:43 -02:00
Shauren
85c68d6346
Core/Misc: Mark some rbac/trinity_string entries as used
2016-12-18 12:39:24 +01:00
Keader
c809c220e2
Core/Scripts: Black Temple - added comments in all SpellScripts ( #18494 )
2016-12-16 00:34:15 +01:00
ariel-
a7e136f9e3
Core/Spell: fix for hitmask being ignored in finish phase procs
2016-12-15 11:24:48 -03:00
ariel-
4e3ce0463c
Core/Script: Implement Paralytic Poison
...
Closes #16905
2016-12-15 10:43:15 -03:00
ariel-
452ef146f4
Core/Spell: add an exception for Cyclone ignoring it's own immunity using dispel type
...
- Unsure of what is the correct check, most generic thing I could make
Closes #18479
2016-12-15 10:01:34 -03:00
myran2
6c21ddd9b9
Core/Pets: Use prepared statements in Pet::SavePetToDB
...
Very partial cherry pick
(cherry picked from commit bc1a81747a )
2016-12-15 08:43:10 -03:00
Shauren
618cf0e1c2
Core/Units: Cleanup hardcoded magic numbers for byte field offsets
...
(cherry picked from commit ac1dc758b9 )
2016-12-15 08:16:01 -03:00
ariel-
7e83d7e22a
Core/Player: prevent early aura removal when swapping weapons
...
Closes #18428
2016-12-15 07:55:08 -03:00
ariel-
eb376f4b7e
Core/Chat: fix RBAC_PERM_COMMANDS_NOTIFY_COMMAND_NOT_FOUND_ERROR for subcommands
...
Ref #18463
2016-12-14 23:20:27 -03:00
ariel-
e1a2b1a813
Core/Misc: readd some codestyle changes inadvertently reverted
...
- Ref commit 6dc37a9add
2016-12-13 15:21:41 -03:00
ariel-
560c882b36
Core/Spell: partial revert of SPELL_ATTR1_UNAFFECTED_BY_SCHOOL_IMMUNE immunity handling
...
- Bonus: without breaking Banish... yay!
Closes #18370
2016-12-13 15:20:28 -03:00
Keader
4582cfcecd
Core/Scripts: Fixed Reliquary of Souls Boundary ( #18470 )
...
Followup 02f18419f5
2016-12-13 15:27:29 +01:00
Aokromes
ff6c48732d
Update boss_reliquary_of_souls.cpp
2016-12-13 14:00:10 +01:00
Keader
02f18419f5
Core/Scripts: Reliquary of Souls Rewrite
2016-12-13 13:55:22 +01:00
ariel-
bad4b059c8
Core/Unit: feral druid attacks should not be normalized
...
Closes #18460
2016-12-13 05:49:16 -03:00
ariel-
584abe107e
Core/Unit: Fixed Blood Gorged ArPen bonus
...
- Also, fixes arp bonus for mace specialization being applied to attacks from non-mace weapon type
2016-12-13 02:54:01 -03:00
ariel-
3a52ad8d38
Core/Entities: Replace existing GetAuraEffectsByType + iteration uses with proper helper functions
2016-12-13 02:18:06 -03:00
ariel-
8b0122e7ed
Core/Unit: added GetTotalAuraXXX overloads taking a predicate
...
- Redefined existing overloads to use the predicate logic, avoids code duplication and not checking same stack rules
2016-12-13 02:16:54 -03:00
ariel-
0b30693680
Core/Unit: added missing nullptr check in IsImmunedToSpellEffect
...
Closes #18461
2016-12-12 19:37:16 -03:00