aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-03-11Scripts/ZG: Update scripts to new register model (4/5) (#26694)offl
(cherry picked from commit 8230f937f1c4a9df86f503364e7c5e0b205eb8b1)
2022-03-11Scripts/ZG: Update scripts to new register model (2/5) (#26692)offl
(cherry picked from commit 5e240a4a50fa4c8075b7dcf8913f1723bdc682b1)
2022-03-11Scripts/BWL: Update scripts to new register model (3/3) (#26691)offl
(cherry picked from commit 572b480a2e030e55ac5d1c2ded1b72c5c7ade5cd)
2022-03-11Scripts/BWL: Update scripts to new register model (2/3) (#26690)offl
(cherry picked from commit f7ecd86a248bec990b994bcec459742923eb1087)
2022-03-11Scripts/Tempest Keep: Remove Al'ar fire immunityShauren
2022-03-11Scripts/The Eye: Reorder Kael'thas' scriptsoffl
(cherry picked from commit e4b42314c0cb6f60b7cef9d6d3e0725e7dd3c6c4)
2022-03-11Scripts/BWL: Update scripts to new register model (1/3) (#26686)offl
(cherry picked from commit 67bd11f5ffe17cb2daeb5074d92ca410eb269b09)
2022-03-11Scripts/SFK: Update Apothecary Hummel to new register model (#26685)offl
(cherry picked from commit 60761136e757a0a7b2bbd1d9ee9f6d14fd74a8c4)
2022-03-11Scripts/ZG: Update scripts to new register model (1/5) (#26684)offl
(cherry picked from commit 3d19a71ef2d565ba4913acd68779ee03db45ae3b)
2022-03-11Scripts/OL: Update Onyxia to new register model (#26683)offl
(cherry picked from commit fc14d4f30a2d2ad94abb9aa1cd9a36a79810ee61)
2022-03-11Scripts/FoS: Update Bronjahm to new register model (#26682)offl
(cherry picked from commit 4f1fd20eafdd0712ee78630fad3d571af243866d)
2022-03-11Scripts/Ruby Sanctum: Update Baltharus to new register model (#26681)offl
(cherry picked from commit 0265f17eae675f5dc076ca10b02b16e94cc1a04b)
2022-03-11Scripts/Obsidian Sanctum: Update instance scripts to new register model (#26680)offl
(cherry picked from commit 8e0429d6abcdd2a1dc73b0e1d720afa393dfdd80)
2022-03-11Scripts/MT: Update scripts to new register model (#26679)offl
(cherry picked from commit 661e7cca00ac863849ee05677e5d001c90bed0cc)
2022-03-11Scripts/SH: Update scripts to new register model (#26678)offl
(cherry picked from commit db1ec411cc91ea8b0caeb75e635077121d7dfa2c)
2022-03-11Scripts/SL: Update scripts to new register model (#26677)offl
(cherry picked from commit 4bca9c990d33b3222ef15390be68c644ccfe3395)
2022-03-11Scripts/BT: Remove unconfirmed parts of Teron's intro (#26670)offl
(cherry picked from commit b15359a1e2be7824009164f3856036a40ed0d2b8)
2022-03-11Scripts/The Eye: Update Kael'thas to new register model (#26669)offl
(cherry picked from commit 8cbedef11bf0cfea61d24508ede358e446e3f0f6)
2022-03-11Scripts/Spells: Update Winter Veil holiday scripts to new register model ↵offl
(#26668) (cherry picked from commit 0ddcfbf8a0d574a22bd4724d4df699b850d02d06)
2022-03-11Scripts/Spells: Update warlock scripts to new register modelShauren
2022-03-11Scripts/Spells: Update paladin scripts to new register modelShauren
2022-03-11Scripts/Pet: Update pet scripts to new register model (2/2) (#26662)offl
(cherry picked from commit 26811431411b2dbaf243c2d2e01b021dbae4c16d)
2022-03-11Scripts/Pet: Update pet scripts to new register model (1/2) (#26661)offl
(cherry picked from commit 51c94fed9a87652b6c0372b20a54ecd51beb1a06)
2022-03-11Core/Unit: Include m_Controlled in crashlogsjackpoz
(cherry picked from commit 40f4b141bd602d6285c3d2d21315a29b2ab3cce1)
2022-03-11Scripts/SholazarBasin: Fix a possible nullptr dereference issue found by ↵Peter Keresztes Schmidt
coverity (#26648) (cherry picked from commit 3bcda5acf4564b662db4dfde0af7279f99a93b79)
2022-03-11Scripts/Commands: Convert misc command table to new systemCarbenium
(cherry picked from commit 6b9afac82f18f88a7a981f16e970f1b65647f25b)
2022-03-11Scripts/Commands: Convert honor command table to new systemCarbenium
(cherry picked from commit 5a5b232a44b4bd7cdec7e23999d5edbba1891761)
2022-03-11Core/Pools: Fix pools with 1 member never spawning anything anymore (#26620)Giacomo Pozzoni
* Core/Pools: Fix pools with 1 member never spawning anything anymore Attempts to fix a 6 years old bug and never fixed by the original author. * Remove respawn times from db once a respawn has been handled * Allow to specify if Despawn1Object() should save or not the respawn time. We don't need to do that when respawning an object. * Apply the same fix to GameObjects too (cherry picked from commit c8ca48823d45dadb042a80637eff954483dd5328)
2022-03-11Core/SAI: Add a warning when a boolean value is outside of [0,1] range (#26608)Giacomo Pozzoni
* Core/SAI: Add a warning when a boolean value is outside of [0,1] range * Replace boolean fields in SAI with SAIBool (from uint32) (cherry picked from commit 84c8d21ad38ade64444e2394f090b49d2ffb5c51)
2022-03-11Scripts/SholazarBasin: Make quest "Engineering a Disaster" more retail-likeCarbenium
* Use correct spells and add the appropriate spell scripts * Use correct flame GOs * Fix emotes of the escortee (cherry picked from commit c08f086a02729f3b7e4c99f4741063e45301ebf8)
2022-03-11Core/Misc: Clear unused undef leftover in a refactor (#26616)Kelno
Previously this function was using a macro that was #undef at the end of the function. Since then it uses a lambda function and the undef is not needed anymore. (cherry picked from commit 17ed3fd1dcfcb859869fcbbeb643fa59793d1687)
2022-03-11Common/Misc: Replace old macros with modern C++ attributes (#26613)Giacomo Pozzoni
(cherry picked from commit 5ae2a0f47d323fadcfebf44c7b6ec11a3f91c75a)
2022-03-11Core/Misc: Fix issues reported by static analysisjackpoz
(cherry picked from commit 33dace231c5a169375523ffa89a2cc3fa48737bd)
2022-03-11Scripts/Commands: Minor improvements in .pinfo and .unban character commands ↵Gildor
(#26586) * Scripts/Commands: Minor improvements in .pinfo and .unban character commands (cherry picked from commit 5446209b89146fdbe01627e806f7beddd6ae5de8)
2022-03-11Core/Config:Remove now unused CONFIG_SET_SHAPASSHASH config (#26606)Kelno
This is a leftover from https://github.com/TrinityCore/TrinityCore/commit/bcdbdd6f23ce65cc0e381e61d2840140dce79311 (cherry picked from commit c3a013c49928acaa4676cd5350b3ed8fe1f0fddd)
2022-03-11Core/SAI: Allow SMART_ACTION_SUMMON_CREATURE to summon more than 1 creaturejackpoz
Add 6th parameter "count" to SMART_ACTION_SUMMON_CREATURE action to summon more than 1 creature. For backward compatibility, a value of 0 will be treated as 1. (cherry picked from commit 5628ca7f7cf2fdc053551d3f5e90ad466f3db2e6)
2022-03-11Core/Misc: Fix issues reported by static analysisjackpoz
(cherry picked from commit 32fd44d2aa6b1386922df07bc4b803e2d0aeaba1)
2022-03-11Scripts/Misc: Fix issues reported by static analysisjackpoz
(cherry picked from commit 4b9465e1f91adbc139afe5f86ac84eb5f14b62b4)
2022-03-11Core/Loot: Allow master looter to see all quest items (#26584)Giacomo Pozzoni
(cherry picked from commit 8d92f6f2b483dffa7127614de3c41f3f596743fb)
2022-03-11Scripts/UBRS: Fix crashjackpoz
Fix crash triggered during Dragonspire Hall event caused by having more than 5 mobs near a rune. Crash added in 7c19fb8d0eae64db0719cc2b110fcc06f60542ac Fix #26589 (cherry picked from commit e9a8cea018591334ce3807e2eb2fc2d6ce079252)
2022-03-11Scripts/Misc: Remove few more evil flagsoffl
Ref #25764 (cherry picked from commit 180f495c7037dc3be61a33dee5745833fd993d4c)
2022-03-11Scripts/Quest: Rework 'Taken by the Scourge' (11611) (#26578)offl
(cherry picked from commit 8a2c1377a9556f2cf2815a4e26d13639e65ee24f)
2022-03-11Scripts/Instances/Underbog: Rework Hungarfen (#26567)offl
(cherry picked from commit 3d0a081f8ecbcd44b8bb633dc15928bb03864aa4)
2022-03-11Core/SAI: Add support to friendly+hostile to SMART_EVENT_OOC_LOS and ↵Giacomo Pozzoni
SMART_EVENT_IC_LOS (#26579) Change SMART_EVENT_OOC_LOS and SMART_EVENT_IC_LOS first parameter to have 3 values: - 0 : Hostile - 1 : Not hostile (not that Friendly and Not hostile have different meanings) - 2 : Any, as in both Hostile and Not hostile Close #24789 * Add validation on startup for allowed values. Code cleanup. * Fix errors (cherry picked from commit 9e7cdb02d290e85f27e3e463922cd4cfac46129a)
2022-03-11Scripts/Instances/EoE: Update Malygos to new register model (#26583)offl
(cherry picked from commit 7c6ee033e05faca9a013037f1a9c9bbdf62cd702)
2022-03-11Scripts/Instances/DK: Update Trollgore to new register model (#26582)offl
(cherry picked from commit 2a556b900caad94dbafe5170b310b8e2ee41e83f)
2022-03-11Scripts/Instances/DK: Update Tharon'ja to new register model (#26581)offl
(cherry picked from commit f5a4b95a02e915db6947165355223adba723e8ad)
2022-03-11Scripts/Instances/DK: Update Novos to new register model (#26580)offl
(cherry picked from commit cdfce090fca88c35dd1d9a19ec870c6d1d72a070)
2022-03-11Scripts/Zone: Update IoC scripts to new register model (#26571)offl
(cherry picked from commit 0051b3e3456ad76deb4fad6d6c1af33a172d9ace)
2022-03-11Scripts/Zone: Update Blasted Lands scripts to new register model (#26570)offl
(cherry picked from commit dadc67c8832a46fe62fa8d4faaed39dde5cc138d)