Commit Graph

27030 Commits

Author SHA1 Message Date
Rushor
bee2975e4b Scripts/Quest: Work Work! Move Lazy Peon script to SAI 2017-01-01 14:22:58 +01:00
Aokromes
d42faefe9a Update 2016_12_23_00_world_335.sql 2016-12-23 13:07:49 +01:00
Killyana
ace8967e20 DB/Creature: Fix Z axis for some Winter Veil npcs
Closes #18502
3.3.5 Only
2016-12-23 12:25:17 +01: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
ffbc016d44 Rename SQL file 2016-12-22 09:03:16 -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
Killyana
5b8b779a5c DB: Fix some DB errors
Updates #18542
2016-12-21 19:06:32 +01:00
Kittnz
13031f300f Rename SQL file 2016-12-20 16:47:52 +01:00
Kittnz
87510f3be5 Merge pull request #18526 from sirikfoll/3.3.5
Scripts/Events Implement Pilgrim's Bounty Bountiful Table
2016-12-20 16:44:49 +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
Aokromes
e93c12ee59 DB/Misc: GO respawntime fix for some Quests
Closes #18509 by Tauriella
2016-12-18 11:40:10 +01:00
Keader
c809c220e2 Core/Scripts: Black Temple - added comments in all SpellScripts (#18494) 2016-12-16 00:34:15 +01:00
ariel-
2dbda3dc7e DB/Spell: move Honor Among Thieves proc to finish phase
Closes #18258
2016-12-15 11:26:57 -03: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
Killyana
3e51583e6c DB/Creature: Avian Flyer waypoint
By Rushor
Closes #18442
2016-12-14 03:37:50 +01:00
Killyana
7567213dad DB/Quest: Suspicious Hoofprints (Horde Version)
By Rushor
Closes #18449
2016-12-14 02:52:18 +01:00
Killyana
cd84945d62 DB/Quest: Call of Fire
By Rushor
Thanks to Grz3s for the data
Closes #18472
2016-12-14 02:44:29 +01:00
Killyana
cc3e997755 DB/Creature: Add and fix spawns in Dire Maule 2016-12-14 01:51:04 +01:00
Aokromes
ba09f0091f Rename 2016_12_13_01_world .sql to 2016_12_13_01_world.sql 2016-12-13 21:31:17 +01:00
Killyana
66f65a84ea DB/Creature: Fix some spawns in Dire Maul 2016-12-13 21:01:06 +01: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
ariel-
45f8135ac4 Core/Entities: don't absolute compare positions on UpdatePosition
Closes #18415
2016-12-11 17:37:43 -03:00
ariel-
f0772eea98 Core/Spell: implemented dispel reflection
Closes #18323
2016-12-11 15:08:01 -03:00
ariel-
01d272d6cb Core/Spell: improved immunity logic for dispels
- Fixes dispel magic removing immunity spells (Divine Shield for example). Ref issue #18370
2016-12-11 15:08:00 -03:00
Kittnz
9486123afb DB/Creature: delete a few Trash mobs in Supremus
by Keader
2016-12-10 19:17:05 +01:00
Kittnz
399b284270 DB/Creature: update move_type for a few Trash mobs in Supremus
by Keader
2016-12-10 17:46:43 +01:00
ariel-
77a08ad73c Core/Spell: Undefined SPELL_ATTR7_USABLE_IN_STUN_FEAR_CONFUSION attr for now
- Some function renames
- Used in some client checks but not 100% sure of its usage (eg in CGUnit_C::CheckAndReportSpellInhibitFlags but not in  Spell_C::IsUsableAction)

Closes #18366
2016-12-10 00:38:00 -03:00
ariel-
19560fcea1 Core/Stat: fixed Predatory Strikes
- Fixed bonus getting stuck after removing weapon
- Fixed calculation (must count both feral ap and any ap the weapon has as stated on the talent "any attack power on your equipped weapon")
2016-12-09 20:05:00 -03:00
Kittnz
201d990777 Quest: Challenge to the Black Flight
by Rushor
Closes #18444
2016-12-09 23:53:34 +01:00
ariel-
d9d433f59d Core/Stat: readd incorrectly removed feral ap bonus to Monkin form
- Shall not inherit predatory strikes bonus like before though:
  * Patch 3.1.0 notes: This talent no longer works when in Moonkin form.
2016-12-09 15:04:25 -03:00
ariel-
e8528717a5 Core/Stats: fixed feral AP calculation
Closes #18435
2016-12-09 14:40:15 -03:00
ariel-
ed5aa40929 Core/Unit: unambiguosly define PLAYER_FIELD_MOD_DAMAGE_DONE_ fields as signed
- They were used both signed and unsignedly
- Bonus: some magic number removal with enums
2016-12-09 14:40:14 -03:00
ariel-
fc1c15781a Core/Spell: do not downscale certain auras 2016-12-09 14:40:13 -03:00