hondacrx
|
04539f0bd2
|
Core/Player: Fix equipment set GUID handling
Core/Items: Fixed saving and equipping sets with empty slots
|
2018-04-12 10:08:38 -04:00 |
|
hondacrx
|
ce9815d557
|
Core/GameObjects: Set GO_FLAG_MAP_OBJECT for gameobjects that use a WMO model
|
2018-04-12 10:00:08 -04:00 |
|
hondacrx
|
097ee01d19
|
Core/GameObjects: Implement getting proper area in GAMEOBJECT_TYPE_PHASEABLE_MO
|
2018-04-08 18:56:44 -04:00 |
|
hondacrx
|
da61c920b7
|
Core/Auras: implement Aura 379 (SPELL_AURA_MOD_MANA_REGEN_PCT)
|
2018-04-08 18:55:25 -04:00 |
|
hondacrx
|
c69c715cc0
|
Core/Spells: Implemented personal summons
|
2018-04-08 18:50:05 -04:00 |
|
hondacrx
|
b06140607b
|
Core/Commands: Allow GMs to enter water while .gm fly is on
|
2018-04-06 14:12:32 -04:00 |
|
hondacrx
|
933dea7b5b
|
Core/Spells: Fixed persistent area auras always spawning with no phase
|
2018-04-02 12:07:37 -04:00 |
|
hondacrx
|
7167cfaf86
|
Core/Maps: Implemented getting area id from gameobject spawns
|
2018-03-28 18:05:54 -04:00 |
|
hondacrx
|
541fc72731
|
Core/Players: Fixed learning talents available for multiple specs but in different row/column
|
2018-03-28 11:10:03 -04:00 |
|
hondacrx
|
fa35d60f60
|
Core/Entities: Phasing rewrite
|
2018-03-28 11:09:30 -04:00 |
|
hondacrx
|
caa3cfed24
|
Core/Misc: Misc fixes
|
2018-03-21 23:43:28 -04:00 |
|
hondacrx
|
961ec5aa3a
|
Core/Creatures: Minor HasSpell method cleanup
|
2018-03-21 23:40:42 -04:00 |
|
hondacrx
|
193f138600
|
Core/Misc: Fixed log spam from artifact enchantments
|
2018-03-21 23:40:15 -04:00 |
|
hondacrx
|
0570f2aa3b
|
Core/Movement: Fixed transport teleports on the same map (and teleporting on transports too)
|
2018-03-18 20:13:53 -04:00 |
|
hondacrx
|
5fa0556edf
|
Core/Player: Recast lost by death item obtain spells of any items held in the inventory when resurrecting
|
2018-03-18 12:36:04 -04:00 |
|
hondacrx
|
95eb49f5de
|
Core/Vehicles: make vehicles immune to Cyclone
|
2018-03-18 12:28:00 -04:00 |
|
hondacrx
|
4d8391a7fd
|
Core/Spell: added some helpers to SpellInfo to reduce code duplication
|
2018-03-18 12:27:19 -04:00 |
|
hondacrx
|
2ca6b95029
|
Core/Items: Fixed problem where item dependent auras are not properly updated
|
2018-03-18 12:18:00 -04:00 |
|
hondacrx
|
4d3d2290eb
|
Core/Units: Fixed bug in stun code making units summoned by npcs to never break out of stun
|
2018-03-18 11:56:37 -04:00 |
|
hondacrx
|
c50aa42612
|
Core/Units: Fixed exploit where killing tamed pet could yield emblems
|
2018-03-18 11:55:12 -04:00 |
|
hondacrx
|
49306f7a6e
|
Core/Channels: Fix channel joins/changes
|
2018-03-18 11:50:49 -04:00 |
|
hondacrx
|
761af36d05
|
Core/Misc: Misc fixes
|
2018-03-18 11:44:55 -04:00 |
|
hondacrx
|
6ecc0ae762
|
Core/Misc: Graveyards can now use conditions, SourceType = 27, SourceEntry = graveyard_zone.ID
|
2018-03-18 11:43:59 -04:00 |
|
hondacrx
|
874e5b7b2c
|
Core/Scripts: Fix loading of spell scripts.
|
2018-03-13 15:44:02 -04:00 |
|
hondacrx
|
0ab3b8e8cd
|
Core/DataStores: Fixed db2 structures after 7.3.5
|
2018-03-13 15:43:03 -04:00 |
|
hondacrx
|
2199e07955
|
Core\Unit: Fixed copy/paste error.
Core\Spells: Fixed another collection was modified (see there will be more)
|
2018-03-12 17:17:54 -04:00 |
|
hondacrx
|
05c975c643
|
Core/Player: prevent early aura removal when swapping weapons
|
2018-03-12 14:46:20 -04:00 |
|
hondacrx
|
b9c1e3876b
|
Core/Chat: fix RBAC_PERM_COMMANDS_NOTIFY_COMMAND_NOT_FOUND_ERROR for subcommands
|
2018-03-12 14:40:58 -04:00 |
|
hondacrx
|
05ecb41a10
|
Core/Spell: partial revert of SPELL_ATTR1_UNAFFECTED_BY_SCHOOL_IMMUNE immunity handling
|
2018-03-12 14:37:52 -04:00 |
|
hondacrx
|
205887145e
|
Core/Unit: feral druid attacks should not be normalized
|
2018-03-12 14:34:27 -04:00 |
|
hondacrx
|
6ee6180866
|
Core/Entities: Replace existing GetAuraEffectsByType + iteration uses with proper helper functions
|
2018-03-12 14:33:20 -04:00 |
|
hondacrx
|
237580ab50
|
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
|
2018-03-12 14:00:18 -04:00 |
|
hondacrx
|
53efa9224f
|
Core/Entities: don't absolute compare positions on UpdatePosition
|
2018-03-12 13:32:55 -04:00 |
|
hondacrx
|
9af60df765
|
Core/Spell: improved immunity logic for dispels
|
2018-03-12 13:31:19 -04:00 |
|
hondacrx
|
060bc0b7a8
|
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)
|
2018-03-12 13:24:16 -04:00 |
|
hondacrx
|
f6fc8fae09
|
Core/Unit: unambiguosly define PLAYER_FIELD_MOD_DAMAGE_DONE_ fields as signed - They were used both signed and unsignedly
|
2018-03-12 13:16:59 -04:00 |
|
hondacrx
|
8edb9e6c73
|
Core/Auras: calculate periodic bonuses before specific mods, fixes Imp. Devouring Plague damage
|
2018-03-12 12:57:04 -04:00 |
|
hondacrx
|
54520c3c18
|
Core/Movement: minor MotionMaster refactor
|
2018-03-12 12:55:35 -04:00 |
|
hondacrx
|
c3e8dd5ff4
|
Core\Gameobject: Fix a crash when loading in to panada land.
|
2018-03-12 10:02:59 -04:00 |
|
hondacrx
|
a2fafd2920
|
Core/DB: Misc fixes
|
2018-03-11 14:57:40 -04:00 |
|
hondacrx
|
47d1651cb9
|
Core/Gameobject: Fix mining
|
2018-03-11 14:56:22 -04:00 |
|
hondacrx
|
b08f686ac5
|
Core/Spells: proc spells after damage apply, not before.
|
2018-03-11 14:55:45 -04:00 |
|
hondacrx
|
39b2467cd0
|
Core/Pets: Pet Attack Distance
|
2018-03-11 14:50:43 -04:00 |
|
hondacrx
|
0775ef9c97
|
Core\Aura: Fixed Collection was modified error (i'm sure there is more, trying to cut down on lists having to be copied)
|
2018-03-09 23:33:27 -05:00 |
|
hondacrx
|
ba8d4661fd
|
Core/Items: PvP item levels basic implementation
|
2018-03-06 11:34:28 -05:00 |
|
hondacrx
|
c842332393
|
Core/Player: Implement PvP Talents
|
2018-03-06 11:10:51 -05:00 |
|
hondacrx
|
3fc07b8b37
|
Core/Misc: Cleanups
|
2018-03-04 23:42:27 -05:00 |
|
hondacrx
|
b067976678
|
Core/Creatures: Updated power type handling
|
2018-03-04 23:40:51 -05:00 |
|
hondacrx
|
17d3836438
|
Core/Player: Fixed HasItemFitToSpellRequirements for SPELL_ATTR8_ARMOR_SPECIALIZATION
|
2018-03-04 23:18:17 -05:00 |
|
hondacrx
|
184115bf32
|
Core/Player: Fixed bagslots being set to 0
|
2018-03-02 18:30:36 -05:00 |
|