Commit Graph

40924 Commits

Author SHA1 Message Date
Shauren
4bec7233ba Core: Updated to 10.0.5 2023-01-28 01:53:26 +01:00
Naddley
1bb9ba4574 DB/Monk: Added spellproc data for Brewmaster T23 2p 10.0.2.47631 2023-01-27 01:51:08 +01:00
Naddley
d50855a555 DB/Monk: Added spellproc data for Pretense of Instability 2023-01-27 01:50:04 +01:00
Naddley
9e7d7373bc DB/Monk: Added spellproc data for Hit Scheme
+ consume
2023-01-27 01:49:12 +01:00
Naddley
58ed156182 DB/Monk: Added spellproc data for Eye of the Tiger 2023-01-27 01:48:05 +01:00
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 835e291831)
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 593721ff1f)
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 6f835c233f for creature_template_addon to avoid confusion
(cherry picked from commit 128339730c)
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 6f835c233f)
2023-01-12 22:55:19 +01:00
Shauren
d675ed79c5 Scripts/Icecrown Citadel: Added missing empty check before SelectRandomContainerElement
(cherry picked from commit 9d8fc90371)
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 <giacomopoz@gmail.com>
(cherry picked from commit dc221604d9)
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 036c72327f)
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 297541e9c9)
2023-01-12 22:55:18 +01:00
Killyana
047807afea DB: Fix a DB error
Ref 441c126002

(cherry picked from commit 31e7516b83)
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 4a19892696)
2023-01-12 22:55:18 +01:00
Killyana
4d16d988fb DB/Creature: Update all flying creature movements to DisableGravity
(cherry picked from commit 441c126002)
2023-01-12 22:55:18 +01:00
Killyana
addee9d69f DB/Equipment: Remove wrong ItemID2 from Mathrengyl Bearwalker
(cherry picked from commit 2844734637)
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 d3a38dc52e)
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 c0a5d34a4e)
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 8c082474b3)
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 830db136ce)
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 4ee64a232a)
2023-01-12 22:55:18 +01:00
CraftedRO
c730fc790b DB/Quest: Add missing OfferRewardText for some quests
Closes #28487

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