Commit Graph

40908 Commits

Author SHA1 Message Date
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
CraftedRO
851b8ecbba DB/Quest: The Ice Guard & The Shadow Guard
Closes #28486

(cherry picked from commit 1c545f417d)
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 7289f86dbf)
2023-01-12 22:55:17 +01:00
CraftedRO
9efc49b634 DB: Yojamba Isle Zealot cosmetic event
Closes #28443

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

(cherry picked from commit 0ce55c6be8)
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 1dabfb6578)
2023-01-12 22:55:17 +01:00
Killyana
00a512d6a4 DB/Quest: Villains of Darrowshire
Closes #4385

(cherry picked from commit b1be7437c5)
2023-01-12 22:55:17 +01:00
Killyana
4e4adb85cd DB/Quest: The Missing Diplomat
Closes #28182

(cherry picked from commit a7993090cd)
2023-01-12 22:55:17 +01:00
CraftedRO
88fa09d99d DB: Decrease restock time for Formula: Runed Adamantite Rod
Closes #28451

(cherry picked from commit 53618acd29)
2023-01-12 22:55:17 +01:00
Ovah
298febaaf9 Scripts/Halls of Lightning: reworked General Bjarngrim Encounter (#28457)
* handle missing visuals
* reworked all AI scripts
* handle missing mechanic of Arc Weld
* reworked the whole waypoint and tempoary electrical charge handling
* moved Stormforged Lieutenants to their own spawn group to handle their spawning/despawning via boss
* moved the Tempoary Electrical Charge mechanic from spell_linked_spell to spell script instead
* replaced hacky virtual items for Bjarngrim's stances with sniffed ones

(cherry picked from commit f2fcd6746c)
2023-01-12 22:55:17 +01:00
CraftedRO
ad74adc71d DB/SAI: Bleeding Hollow Worg
Closes #28452

(cherry picked from commit 89463b3220)
2023-01-12 22:55:17 +01:00
Killyana
4a963738c5 DB/Loot: Skeletal Runesmith
Closes #27995

(cherry picked from commit f123cb0ece)
2023-01-12 22:55:17 +01:00
Freeman256
be3cfa6416 DB/Locales: Add missing Russian translation to achievement_reward_locale
Closes #28003

(cherry picked from commit 5c4062ab3e)
2023-01-12 22:55:16 +01:00
CraftedRO
44e8693c2d DB/Quest: Trial and Error
Closes #28262

(cherry picked from commit 7ff6984458)
2023-01-12 22:55:16 +01:00
Giacomo Pozzoni
3bc9825b0d Revert "MMAP: Build ADT floor just like WMO floor below liquid (#27503)" (#28392)
This reverts commit 8a779268b6.

(cherry picked from commit b69870630d)
2023-01-12 22:55:16 +01:00
Killyana
3b0777dd5a DB: Alliance Log Ride , Horde Log Ride in the GrizzlyHills
Closes #28181

(cherry picked from commit bd7318f744)
2023-01-12 22:55:16 +01:00
Jildor
76d4ffe65f DB/Loot: Ulduar: General Vezax 25 and Yogg-Saron 25 should drop Fragment of Val'anyr
Closes #28187

(cherry picked from commit 42cefa9f86)
2023-01-12 22:55:16 +01:00