hondacrx
|
138d0d2ed4
|
Core/Spells: Refactor Spell::finish to accept SpellCastResult argument instead of just a bool indicating success
Port From (https://github.com/TrinityCore/TrinityCore/commit/a8bb1739e99c503fc72b3a4a9ecede214c88396f)
|
2023-03-13 02:45:19 -04:00 |
|
hondacrx
|
17b7e6837f
|
Core/Misc: Add launchDelay argument to Unit::SendPlaySpellVisual overload accepting Unit* argument
Port From (https://github.com/TrinityCore/TrinityCore/commit/982b60f39c526e217de3a3f24b740af41c4ede50)
|
2023-03-13 02:39:10 -04:00 |
|
hondacrx
|
cd249ac67a
|
Core/Spells: Updated silence flags for 9.0 and rename unit flag to its new meaning
Port From (https://github.com/TrinityCore/TrinityCore/commit/3400c5a52c8ea35e56d57326f904dc0127c33048)
|
2023-03-13 02:36:50 -04:00 |
|
hondacrx
|
1e8a62fb26
|
Partial revert of "Core/Spells: Moved SpellVisual functions from Unit to WorldObject" - client only accepts unit guids in these packets (orphan visuals not reverted)
Port From (https://github.com/TrinityCore/TrinityCore/commit/cbdb25595899aeb3d93e8d468a05bf8ef1f8e124)
|
2023-03-13 02:29:30 -04:00 |
|
hondacrx
|
1b2425c4d8
|
Core/Players: Fix mail memory leaks happening if mail is received before saved mail is loaded (during loading from db)
Port From (https://github.com/TrinityCore/TrinityCore/commit/f8f994998a61926c914de5ffce3e4c9abcc82faa)
|
2023-03-13 02:26:34 -04:00 |
|
hondacrx
|
cbf539f691
|
Fixes some commands.
|
2023-03-11 09:09:23 -05:00 |
|
hondacrx
|
0976986f55
|
Fixed a exception when selecting new exiles reach starting zone, would never remove the person from the transport. Also fixes crash when selecting first quest for alliance.
|
2023-02-27 01:08:19 -05:00 |
|
hondacrx
|
e04941bf88
|
Fixes xp not working.
|
2023-02-24 20:03:12 -05:00 |
|
hondacrx
|
e9f0f82f25
|
Fixes creating new Dracthyr
|
2023-02-21 19:45:08 -05:00 |
|
hondacrx
|
c43e0302ef
|
Fixes modify commands.
|
2023-02-21 19:44:25 -05:00 |
|
hondacrx
|
f51dbf95ec
|
Fixes creatures falling under map when chasing a player though water.
|
2023-02-21 19:18:28 -05:00 |
|
hondacrx
|
82fcf27e8b
|
Db Updates
|
2023-02-19 02:15:12 -05:00 |
|
hondacrx
|
e7da8b58f6
|
Core/Spells: Remove TRIGGERED_IGNORE_CASTER_AURASTATE from default triggered spell flags
Port From (https://github.com/TrinityCore/TrinityCore/commit/e6b43c0d5c6349544fcc540e6881f191c8d5634d)
|
2023-02-19 02:15:03 -05:00 |
|
hondacrx
|
a55d37c91e
|
Core/Misc: Mention vmaps in error message about loading gameobject models
Port From (https://github.com/TrinityCore/TrinityCore/commit/d5ec4a7f05f34386cc76b7fe7c289d148d69a43d)
|
2023-02-19 02:13:58 -05:00 |
|
hondacrx
|
7248a60e9d
|
Core/Guilds: Fixed loading achievement CompletingPlayers guids from db.
Port From (https://github.com/TrinityCore/TrinityCore/commit/f7c9a853279ccf66d7081ddab7e537065ff92f25)
|
2023-02-19 02:11:53 -05:00 |
|
hondacrx
|
ef03aa9f22
|
Core: Updated allowed build to 10.0.5.48069
Port From (https://github.com/TrinityCore/TrinityCore/commit/8dc5ffef56beaf82978dcb1cb786b2ff0f7eba2e)
|
2023-02-19 02:11:34 -05:00 |
|
hondacrx
|
a831dff55d
|
Core/Units: Pass real damage taken after level scaling calculations to DamageDone and DamageTaken script hooks
Port From (https://github.com/TrinityCore/TrinityCore/commit/9f088c2e04cba1f1870c6d9da1b16e9593430c54)
|
2023-02-19 02:10:23 -05:00 |
|
hondacrx
|
da3ec7e367
|
Core/Auras: Implemented SPELL_AURA_KEYBOUND_OVERRIDE
Port From (https://github.com/TrinityCore/TrinityCore/commit/b37333c1d935abe05c854c41bdf7ac6aff7f2882)
|
2023-02-19 01:43:44 -05:00 |
|
hondacrx
|
1a01c02261
|
Fixed a crash in playerinfo level data when its missing from the DB.
Fixes #53
|
2023-02-15 08:20:43 -05:00 |
|
hondacrx
|
d408bd2841
|
Some misc fixes. Thanks Pandaros.
|
2023-02-14 07:22:31 -05:00 |
|
hondacrx
|
3bbda02581
|
DB Updates
|
2023-02-12 02:10:02 -05:00 |
|
hondacrx
|
b3f6035973
|
Core: Updated allowed build to 10.0.5.48001
Port From (https://github.com/TrinityCore/TrinityCore/commit/0aa153c6fe0ff8b9aa8291feaa566c85734ec183)
|
2023-02-12 02:09:46 -05:00 |
|
hondacrx
|
fc2b562b9e
|
Core/Auras: Remove channeled auras when caster and target are not on the same map
Port From (https://github.com/TrinityCore/TrinityCore/commit/b842f2be5509d804363183e0445ed71cb5eb221b)
|
2023-02-12 02:08:59 -05:00 |
|
hondacrx
|
36a83fa307
|
Scripts/Events: Fixed infinite loop with auras 71507 and 71508 casting each other when unit is removed from map
Port From (https://github.com/TrinityCore/TrinityCore/commit/f79cd0f526af552d0df06b80dca951d6f1f8ae55)
|
2023-02-12 02:07:29 -05:00 |
|
hondacrx
|
05f71afa4e
|
Core/Battlegrounds: Prevent end Arena when a dead player logout
Port From (https://github.com/TrinityCore/TrinityCore/commit/0e76b4ab9dae9547a1b8e56014affd8bda230dbd)
|
2023-02-12 02:06:29 -05:00 |
|
hondacrx
|
913614754d
|
Core/Players: Added support for profession equipment slots
Port From (https://github.com/TrinityCore/TrinityCore/commit/aaa0db28801784e64a845d2df90a0e285062d3a8)
|
2023-02-12 02:05:42 -05:00 |
|
hondacrx
|
4003efb9c9
|
Core/Spells: Implemented SPELL_EFFECT_REMOVE_AURA_BY_SPELL_LABEL
Port From (https://github.com/TrinityCore/TrinityCore/commit/99320464997a5411b7245cb952eaf6cdf8a2a978)
|
2023-02-12 01:29:20 -05:00 |
|
hondacrx
|
5803d7e09e
|
DB Updates
|
2023-02-12 01:27:24 -05:00 |
|
hondacrx
|
5f07fba067
|
Core/GameObjects: Fixed crash with transport gameobjects that have only 1 entry in TransportAnimation/TransportRotation db2
Port From (https://github.com/TrinityCore/TrinityCore/commit/ea3f7f665b658744970a4cdc24b30e09342039cd)
|
2023-02-12 01:26:34 -05:00 |
|
hondacrx
|
1ed5fadf4d
|
Core/Objects: Move EventProcessor update to WorldObject::Update
Port From (https://github.com/TrinityCore/TrinityCore/commit/b6965b2c30eb3317228b328a0c1da71235d7c257)
|
2023-02-12 01:23:08 -05:00 |
|
hondacrx
|
42f94c354f
|
Core/GameObjects: Fixed the behavior for GAMEOBJECT_TYPE_FISHINGNODE
Port From (https://github.com/TrinityCore/TrinityCore/commit/56d0f7a970d24bb71a3e6a27e72fe9bc41eb8246)
|
2023-02-12 01:19:58 -05:00 |
|
hondacrx
|
8d553168e5
|
Core/Pools: Allow all gameobject types to be pool members
Port From (https://github.com/TrinityCore/TrinityCore/commit/bb8f713d5fafefb82ee08d93ad76c2124a262a2a)
|
2023-02-12 01:17:31 -05:00 |
|
hondacrx
|
a18512cbb5
|
Core/GameObjects: Don't apply pool anti-break hack for gameobjects not using legacy compatibility mode
Port From (https://github.com/TrinityCore/TrinityCore/commit/5f8cc1a120c72fbe355dd33f2757ae95c1f69b14)
|
2023-02-12 01:16:51 -05:00 |
|
hondacrx
|
b9af2168de
|
Core/GameObjects: Implemented Checkallunits property for traps
Port From (https://github.com/TrinityCore/TrinityCore/commit/ffe870fc425e0e64fdc6b322a1596e82a6ff45c9)
|
2023-02-12 01:16:38 -05:00 |
|
hondacrx
|
b460536e35
|
Core/Misc: Rename _2 skillline definitions to _CLASSIC
Port From (https://github.com/TrinityCore/TrinityCore/commit/79be716e632507d6474b980c0ce092b4f5ae66ba)
|
2023-02-12 01:13:52 -05:00 |
|
hondacrx
|
d8cdf211ea
|
Core/Misc: Update ResponseCodes enum for 10.0.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/9d98bcffeb3165c46d77305d2e1c15c47978b1f6)
|
2023-02-12 01:10:51 -05:00 |
|
hondacrx
|
6414c77c73
|
Core/Misc: Update config option CharactersPerAccount (Dragonflight)
Port From (https://github.com/TrinityCore/TrinityCore/commit/5661944351cfa009b92355143ea9daadf8178d64)
|
2023-02-12 01:09:15 -05:00 |
|
hondacrx
|
97f100c556
|
Core/SAI: Set the trigger player as baseobject when the source type isn't a WorldObject
Port From (https://github.com/TrinityCore/TrinityCore/commit/7b14b9ef22d7869d3630c708c127683c4a59f210)
|
2023-02-12 01:08:42 -05:00 |
|
hondacrx
|
b47f791d8f
|
Scripts/Monk: Implement Power Strikes
Port From (https://github.com/TrinityCore/TrinityCore/commit/b73330999f447a2c4893d50b3d24fd77b2500178)
|
2023-02-11 23:34:05 -05:00 |
|
hondacrx
|
da283244ca
|
Core/Spawns: Allow spawn groups with MANUAL_SPAWN flag to automatically despawn if conditions are not met
Port From (https://github.com/TrinityCore/TrinityCore/commit/97d413c9b4be6af296490580f7acc1d66e606ca9)
|
2023-02-11 23:30:57 -05:00 |
|
hondacrx
|
4b798e7cab
|
Core/Players: Several currency fixes and improvements
Port From (https://github.com/TrinityCore/TrinityCore/commit/03918978c166c9fb191117a0cae9ba1285bf0e37)
|
2023-02-11 23:28:57 -05:00 |
|
hondacrx
|
90cc620c11
|
Fixes area targeting spells only casting on self.
|
2023-02-10 23:23:27 -05:00 |
|
hondacrx
|
7d4bbd78fc
|
Some startup fixes and cleanups
|
2023-02-10 22:14:58 -05:00 |
|
hondacrx
|
149fadccab
|
Make PreparedStatements static for each database.
|
2023-02-04 20:55:14 -05:00 |
|
hondacrx
|
e0e20b6b1c
|
Fixes hotfix loading.
|
2023-02-04 18:50:13 -05:00 |
|
hondacrx
|
1ebd81dcd7
|
Core/Mail: Update max mail id cap
Port From (https://github.com/TrinityCore/TrinityCore/commit/b6cd49c34d4d02b41ced58b87103123a1532b56c)
|
2023-01-30 10:16:53 -05:00 |
|
hondacrx
|
c556c2a875
|
Core/Spells: Remove a triggered spell (not in sniff)
Port From (https://github.com/TrinityCore/TrinityCore/commit/bd2deb57d2eeb102de70e5ee3e216c9baf900ed5)
|
2023-01-30 10:16:14 -05:00 |
|
hondacrx
|
6e91edc0a1
|
Core: Updated allowed build to 10.0.5.47871
Port From (https://github.com/TrinityCore/TrinityCore/commit/4fadf37d0b77442716d7cb451f1c91bfb927dff7)
|
2023-01-30 10:14:48 -05:00 |
|
hondacrx
|
69a413006c
|
Core/Quests: Dont immediately update object visibility at PhaseShift and wait for the AI Hooks to be called in Player::RewardQuest
Port From (https://github.com/TrinityCore/TrinityCore/commit/b5886f6a2d1756357a9240703306e9efc82771d7)
|
2023-01-30 10:14:03 -05:00 |
|
hondacrx
|
5c2fae99dd
|
Core/DataStores: Updated outdated check to 10.0.5.47660
Port From (https://github.com/TrinityCore/TrinityCore/commit/b5176eb6c2ae640a1cdf22d3d0a483d1b48ecbb6)
|
2023-01-30 10:09:15 -05:00 |
|