Commit Graph
40919 Commits
Author SHA1 Message Date
Naddley 4590b65e57 DB/Monk: Added spellproc data for Invoker's Delight 2023-01-27 01:47:25 +01:00
ModoX 8c4a52747c DB/Misc: Fix recent sql error introduced in 58cd4e58f7 2023-01-26 18:42:50 +01:00
Ovahlord 58cd4e58f7 Scripts/DK: Implemented Howling Blast (#28761) 2023-01-26 18:38:10 +01:00
Naddley 2a79be02fd Scripts/Hunter: Implement Explosive Shot (#28779) 2023-01-26 15:11:56 +01:00
Aqua Deus 35775b0dfb Scripts/Evoker: Implement Living Flame and Energizing Flame (#28736) 2023-01-26 14:55:06 +01:00
Aqua Deus eebacbc86e Spells/Evoker: Implemented Azure Strike (#28656) 2023-01-26 08:16:14 +01:00
Naddley e0980b2c3f DB/Druid: Added spellproc data for Power of Goldrinn 2023-01-26 01:28:50 +01:00
Naddley be6acd32af DB/Priest: Added spellproc data for Divine Image 2023-01-26 01:27:49 +01:00
Shamage a7e31e0db2 DB/Stormwind: Added some cosmetic scripts for Stormwind Harbor
Closes #28583
2023-01-26 01:26:19 +01:00
Naddley 4729481f2a DB/AzureSpan: Added some more spawns 2023-01-26 01:23:27 +01:00
Meji bcb2d011cf DB/Skills: Added missing skill tiers 2023-01-24 00:17:14 +01:00
Meji d64d84dfa6 Core/Reputation: Implemented renown reputation (Dragonflight) (#28653) 2023-01-21 12:41:24 +01:00
Shauren 6aec77db15 Core/Units: Named new unit flag (enuminfo) 2023-01-20 21:09:45 +01:00
Shauren 2fdd45c990 Core/Units: Named new unit flag 2023-01-20 21:08:04 +01:00
Shauren 3df16c12b7 Core/Scripts: Move EvadeReason outside of CreatureAI class 2023-01-19 21:23:06 +01:00
Shauren 8568b08350 Core/Auras: Fully remove auras that had all of their effect suppressed with immunity
(cherry picked from commit 835e2918319ed20109992086311a2c146140937f)
2023-01-19 18:17:30 +01:00
Shauren a1b2b86427 Core/Auras: Fixed possible iterator invalidation crashes caused by calling UpdateTargetMap inside loops iterating m_appliedAuras
Closes #28609

(cherry picked from commit 593721ff1fc7bb20fa2667625f5d3848a0786c73)
2023-01-19 14:14:15 +01:00
Naddley e1a57b3c62 DB/AzureSpan: Added some spawns around Iskaara 2023-01-19 12:44:56 +01:00
Shauren 7c7bc5a5ce Core: Updated allowed build to 10.0.2.47631 2023-01-17 18:47:02 +01:00
Meji 8865a51e3f DB/Dragonflight: Reguid spawn 2023-01-15 23:13:54 +01:00
Shauren 3e85598d99 Core/Objects: Call base class Update function for Unit and GameObject (currently does nothing) 2023-01-15 23:01:10 +01:00
Shauren c312eb8a69 Nopch build fix 2023-01-15 15:14:24 +01:00
Shauren 3fc3cd455b Core/Battlegrounds: Unload all grids before destroying battleground object
Closes #28755
2023-01-15 14:25:18 +01:00
Shauren badb55bfd9 Core/Spells: Added additional validation to loading spell_linked_spell to prevent infinite loops
Closes #28753
2023-01-15 13:30:17 +01:00
Meji 7587cff0dc DB/SAI: Fix startup errors 2023-01-14 23:49:16 +01:00
Meji fc65154fd3 Core/SAI: Added missing target guid validations (#28745) 2023-01-14 23:04:46 +01:00
Shauren db85044267 Scripts/Spells: Fixed crash in spell_sha_mastery_elemental_overload
Closes #28748
2023-01-14 12:45:35 +01:00
Shauren 68d079e4a3 Contrib: Adjust protobuf generator for latest include cleaned up output 2023-01-13 18:25:52 +01:00
Meji 3f1816d407 Core/Creatures: Fixed typo in loading creature addon 2023-01-13 03:04:03 +01:00
Ovahlord c1598d1ac3 Core/Creatures: improved error logging messages added in 6f835c233f7605d74926a2a3058634c9de478617 for creature_template_addon to avoid confusion
(cherry picked from commit 128339730cafefba04ca8b1b6c72ed4ea9315bd3)
2023-01-12 22:55:19 +01:00
Ovahlord 4119f69b21 Core/Creatures: Split creature_addon and creature_template_addon's byte columns into seperate ones (#28562)
* Instead of dumping raw byte values into these fields, we now only allow setting values which should be accessible to database devs. The remaining byte values should be handled by core internals and spells (pet talents and shapeshifting for example)

(cherry picked from commit 6f835c233f7605d74926a2a3058634c9de478617)
2023-01-12 22:55:19 +01:00
Shauren d675ed79c5 Scripts/Icecrown Citadel: Added missing empty check before SelectRandomContainerElement
(cherry picked from commit 9d8fc9037163b2a0776ee44760025a17ce11f115)
2023-01-12 22:55:19 +01:00
Mikhail Redko 52ddfe89f8 Core/Scripts: Implemented Zort's Protective Elixir (#28372)
* Core/Scripts: Implemented Zort's Protective Elixir

* Rename XXXX_XX_XX_XX_world.sql to 2022_12_23_00_world.sql

Co-authored-by: Giacomo Pozzoni <[email protected]>
(cherry picked from commit dc221604d9971eabb95cdbaececa28765a6dfa9a)
2023-01-12 22:55:19 +01:00
robinsch 9ac19fd790 Core/Guild: Fixed possible guild exploit (#28577)
* Core/Guild: Fixed possible guild exploit

* Core/Guild: Do not process HandleGuildDeclineOpcode if player is in guild

(cherry picked from commit 036c72327f50af5f231c5ec8cc69af7db7f4aaa8)
2023-01-12 22:55:18 +01:00
Badgersson ab77b1d992 Core/Player: Vertical "Say" distance (#28544)
* Core/Player: chat messages use 3d distance Fix #26593

* Core/Player: chat messages use 3d distance
new arg in SendMessageToSetInRange
Fix #26593

(cherry picked from commit 297541e9c9bf90d410922db397d2f94dff9592cc)
2023-01-12 22:55:18 +01:00
Killyana 047807afea DB: Fix a DB error
Ref https://github.com/TrinityCore/TrinityCore/commit/441c126002c2f0518ee0c7cafa6453c3f16bec3f

(cherry picked from commit 31e7516b83aa84685b1f1cbbce2eb3bb24695585)
2023-01-12 22:55:18 +01:00
Ovahlord d03a5b802d Core/Units: ensure that we use valid iterators when providing spell Ids in Unit::RemoveAppliedAuras and Unit::RemoveOwnedAuras
(cherry picked from commit 4a1989269643a3a441f91c50da6c3153d95a15fe)
2023-01-12 22:55:18 +01:00
Killyana 4d16d988fb DB/Creature: Update all flying creature movements to DisableGravity
(cherry picked from commit 441c126002c2f0518ee0c7cafa6453c3f16bec3f)
2023-01-12 22:55:18 +01:00
Killyana addee9d69f DB/Equipment: Remove wrong ItemID2 from Mathrengyl Bearwalker
(cherry picked from commit 28447346370a481dea43c0ceb1f797ab67f013f9)
2023-01-12 22:55:18 +01:00
Jildor f5b605c44d DB/Gameobject: Wrong Nightmare Vine spawn in Shadowmoon Valley
Closes #28490

(cherry picked from commit d3a38dc52ef52e932d2d5665e48c31f843748c19)
2023-01-12 22:55:18 +01:00
CraftedRO a665934625 DB/SAI: Add missing text line to Ango'rosh Ogre
Closes #28512

(cherry picked from commit c0a5d34a4e9f575002abb893b043e4ca9cbba6f5)
2023-01-12 22:55:18 +01:00
Killyana 8de62aee1e DB/GameObject: Update serverSide field for some traps to fix the invisibility issue
Closes #20479

(cherry picked from commit 8c082474b39e148f4cd8371db204b77cf28f315b)
2023-01-12 22:55:18 +01:00
CraftedRO 733f72c062 DB/Creature: Update gold drop for some creatures
Closes #28523
Credit Vmangos

(cherry picked from commit 830db136cedf6f15b4781673bc0c430a32a37224)
2023-01-12 22:55:18 +01:00
Shauren 7df4f5b285 Core/GameObjects: Use serverOnly property of GameObjectTemplate for all types that have it, not just spell focus
(cherry picked from commit 4ee64a232ad830255bc6779e595d412c934b6b74)
2023-01-12 22:55:18 +01:00
CraftedRO c730fc790b DB/Quest: Add missing OfferRewardText for some quests
Closes #28487

(cherry picked from commit 5801fb94f3aa53a0ffebc88c67ede23b018d6231)
2023-01-12 22:55:17 +01:00
CraftedRO 851b8ecbba DB/Quest: The Ice Guard & The Shadow Guard
Closes #28486

(cherry picked from commit 1c545f417d5e6f535baf7181391d43f39ef52b4b)
2023-01-12 22:55:17 +01:00
CraftedRO 2cb70af789 DB/Quest : Rescue at Sea add missing SAI and text
Closes #28473

(cherry picked from commit 7289f86dbf86230d8cb757187f620c37b3cc0ca3)
2023-01-12 22:55:17 +01:00
CraftedRO 9efc49b634 DB: Yojamba Isle Zealot cosmetic event
Closes #28443

(cherry picked from commit 651c555431fcd3321d3938125cabb6c8d971e407)
2023-01-12 22:55:17 +01:00
offl 3a939f355d DB/Quest: I'm Smelting... Smelting!
Closes #27994

(cherry picked from commit 0ce55c6be86a446f045a1562490b454a875283ad)
2023-01-12 22:55:17 +01:00
CraftedRO 48f5d71046 DB/Creature: Correct respawn time for Tethis and King Bangalash
Closes #28465

(cherry picked from commit 1dabfb6578531ecfa96d373f803a750f740fd8cc)
2023-01-12 22:55:17 +01:00