Commit Graph

3614 Commits

Author SHA1 Message Date
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
hondacrx 08fcedaf21 Core: Updated to 10.0.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/4bec7233badf9d3ab71dbdde8b24f66f7c4eedfb)
2023-01-30 10:07:42 -05:00
hondacrx e982be523a Scripts/DK: Implemented Howling Blast
Port From (https://github.com/TrinityCore/TrinityCore/commit/58cd4e58f7d2f382903c8abe065b697d3a0bcb6b)
2023-01-30 08:35:04 -05:00
hondacrx 3e6588bc55 Scripts/Hunter: Implement Explosive Shot
Port From (https://github.com/TrinityCore/TrinityCore/commit/2a79be02fd60bf37bbef7702194a5379503970a1)
2023-01-30 08:33:03 -05:00
hondacrx efb691841d Scripts/Evoker: Implement Living Flame and Energizing Flame
Port From (https://github.com/TrinityCore/TrinityCore/commit/35775b0dfb2048775ef36e51700221ba19cbf9b4)
2023-01-30 08:30:12 -05:00
hondacrx b686c3939d Spells/Evoker: Implemented Azure Strike
Port From (https://github.com/TrinityCore/TrinityCore/commit/eebacbc86e989bba8068dc07fc76ff3c64da3309)
2023-01-30 08:25:37 -05:00
hondacrx 753c177321 DB Updates 2023-01-24 23:36:05 -05:00
hondacrx 873a1df596 Core/Reputation: Implemented renown reputation (Dragonflight)
Port From (https://github.com/TrinityCore/TrinityCore/commit/d64d84dfa68da4ff83f0b88ad4e88dccc5ace623)
2023-01-24 23:35:51 -05:00
hondacrx a0189a0471 Fix Scripts building. 2023-01-24 23:20:14 -05:00
hondacrx 5c22dca105 CreatureAI Cleanups 2023-01-24 23:18:14 -05:00
hondacrx b84ca5dc20 Core/Units: Named new unit flag
Port From (https://github.com/TrinityCore/TrinityCore/commit/2fdd45c99039dd6dda032da4f924dded65ff6d2e)
2023-01-24 23:17:50 -05:00
hondacrx c2ab67c6d2 Core/Auras: Fully remove auras that had all of their effect suppressed with immunity
Port From (https://github.com/TrinityCore/TrinityCore/commit/8568b08350b954afb6603bf2c64897493230f2b1)
2023-01-24 23:10:42 -05:00
hondacrx 06c6c8afc7 Core/Auras: Fixed possible iterator invalidation crashes caused by calling UpdateTargetMap inside loops iterating m_appliedAuras
Port From (https://github.com/TrinityCore/TrinityCore/commit/a1b2b86427ce6be2205db0643ad00f546fc076e4)
2023-01-24 23:08:20 -05:00
hondacrx edcdfa95c4 Fixes unable to create new DB when it doesnt exists. 2023-01-23 04:10:54 -05:00
hondacrx 6a11bac8ea DB Updates 2023-01-23 00:29:39 -05:00
hondacrx eed3dee85e Core: Updated allowed build to 10.0.2.47631
Port From (https://github.com/TrinityCore/TrinityCore/commit/7c7bc5a5ce7388801a1d8c822b1b98a9fd5f7b08)
2023-01-23 00:29:27 -05:00
hondacrx 6b84616957 Core/Objects: Call base class Update function for Unit and GameObject (currently does nothing)
Port From (https://github.com/TrinityCore/TrinityCore/commit/3e85598d9987d674fb4d84728f776ebb85caf6b7)
2023-01-23 00:27:30 -05:00
hondacrx 7ab417f08b Core/Battlegrounds: Unload all grids before destroying battleground object
Port From (https://github.com/TrinityCore/TrinityCore/commit/3fc3cd455b51d2de4ba5a70b7eff15e23b3da481)
2023-01-23 00:26:06 -05:00
hondacrx 8921432333 Core/Spells: Added additional validation to loading spell_linked_spell to prevent infinite loops
Port From (https://github.com/TrinityCore/TrinityCore/commit/badb55bfd97c16fecfb8cd73ba99e39ecb6b622d)
2023-01-23 00:24:27 -05:00
hondacrx 4b86a00d6e Core/SAI: Added missing target guid validations
Port From (https://github.com/TrinityCore/TrinityCore/commit/fc65154fd31f91cd73260ac61cb1d0c510b256a2)
2023-01-23 00:13:16 -05:00
hondacrx 80a10f55bc Scripts/Spells: Fixed crash in spell_sha_mastery_elemental_overload
Port From (https://github.com/TrinityCore/TrinityCore/commit/db8504426796ce39f1871aa1871bae10e0408f9f)
2023-01-23 00:04:38 -05:00
hondacrx 1326e8e016 Core/Creatures: Fixed typo in loading creature addon
Port From (https://github.com/TrinityCore/TrinityCore/commit/3f1816d4076a9dfc65adae3109bf504e35f21003)
2023-01-23 00:03:08 -05:00
hondacrx 23e49e96c0 Core/Creatures: Split creature_addon and creature_template_addon's byte columns into seperate ones
Port From (https://github.com/TrinityCore/TrinityCore/commit/4119f69b214d6199b7ab508e305b2958eeffb332)
2023-01-23 00:01:10 -05:00
hondacrx 5619f3245a Core/Guild: Fixed possible guild exploit
Port From (https://github.com/TrinityCore/TrinityCore/commit/9ac19fd7904b0778c5c6fcd443a3f4a65e2e9435)
2023-01-22 23:42:06 -05:00
hondacrx 32ea5a96f5 Core/Player: Vertical "Say" distance
Port From (https://github.com/TrinityCore/TrinityCore/commit/ab77b1d99254855d690670a4654cacec8b12daf6)
2023-01-22 23:41:15 -05:00
hondacrx 1b04ea97e8 Core/GameObjects: Use serverOnly property of GameObjectTemplate for all types that have it, not just spell focus
Port From (https://github.com/TrinityCore/TrinityCore/commit/7df4f5b2856af9b8eb2af83f827915ac28e3db3a)
2023-01-22 23:34:45 -05:00
hondacrx 357d9a4294 Core/Spells: Fixed accessing freed memory by Spell::EffectTriggerSpell
Port From (https://github.com/TrinityCore/TrinityCore/commit/f0fa05773f9b4880b130ee245391a8ec34163587)
2023-01-22 23:28:48 -05:00
hondacrx 9a2fb7e2b2 Upgraded to Net 7.0 2023-01-20 09:25:12 -05:00
hondacrx 3b890c1d67 Fixes creature movement. 2023-01-20 09:10:35 -05:00
hondacrx df78d547ab Cleanups 2023-01-18 17:28:36 -05:00
hondacrx 0584d234ad Fix loading server and talents. 2023-01-18 17:25:54 -05:00
hondacrx f73e64396f Update license headers for all files. 2023-01-18 17:25:32 -05:00
hondacrx 23ff218f0e Core/Units: Fixed crash happening whenall tappers of a creature are logged out when it dies inside a dungeon
Port From (https://github.com/TrinityCore/TrinityCore/commit/6cac60782f0bc67c0f4b70b41cac36357fbd2531)
2023-01-18 17:01:40 -05:00
hondacrx 48842f24bd DB Updates 2023-01-11 16:46:02 -05:00
hondacrx cf0045b06a Core/Units: Removed duplicate call to WorldObject::UpdatePositionData
Port From (https://github.com/TrinityCore/TrinityCore/commit/9f4a0e8c522ffdc15ee579461d3bcade2792d683)
2023-01-11 16:45:44 -05:00
hondacrx 367d6ac77d DB Updates 2023-01-11 16:38:46 -05:00
hondacrx 3dad3747ce Fixed db2 loading, and world login. 2023-01-11 16:38:29 -05:00
hondacrx dd8d17a4da Core/DBUpdater: Changed autoupdater created databases to use utf8mb4 instead of utf8mb3
Port From (https://github.com/TrinityCore/TrinityCore/commit/65e787d18be898532363fea3f8847fa4d7f21192)
2023-01-11 01:26:59 -05:00
hondacrx 1dde57b181 Core/Creatures: Restore IsMovementPreventedByCasting logic for casting units (non-channeled)
Port From (https://github.com/TrinityCore/TrinityCore/commit/25c7656ffd1f63a32a7f92fde1dc1649fcfd1323)
2023-01-11 01:26:19 -05:00
hondacrx b5c9ce5b7e Core/Creatures: Fix IsMovementPreventedByCasting logic
Port From (https://github.com/TrinityCore/TrinityCore/commit/e2ed3e23f8241933b4f931e9def7eee69f1abb79)
2023-01-11 01:25:23 -05:00
hondacrx 8e2e799e94 Core/Spells: Update IsPrimaryProfessionSkill filtering
Port From (https://github.com/TrinityCore/TrinityCore/commit/d90b526c28cf3b33e52d3ce432cdade1ce5e050e)
2023-01-11 01:25:03 -05:00
hondacrx 8a924a6cd7 Core/Conf: Update MaxPlayerLevel 60 > 70
Port From (https://github.com/TrinityCore/TrinityCore/commit/492fbd38f1b41680cb9034ed9ca66a19ba51d9f4)
2023-01-11 01:20:00 -05:00
hondacrx 111059afe6 Core/Creatures: Fix logic when searching for nearby creatures by StringId
Port From (https://github.com/TrinityCore/TrinityCore/commit/795edfaf98e065b8eaa76683e0cd1a4211b0847d)
2023-01-11 01:18:05 -05:00
hondacrx 3b28d70769 Core/Spells: Fixed crash in SpellHistory::ModifySpellCooldown when cooldown is fully reset
Port From (https://github.com/TrinityCore/TrinityCore/commit/d86726e670db5813da48c60dde1d6a59270a3417)
2023-01-11 01:13:58 -05:00