aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-03-26Core/AI: OnSpellCast, OnSpellFailed, OnSpellStart hooks (#27704)offl
(cherry picked from commit 3dca705acc953d20e4a43d4c2b3c97a84e5ab346)
2022-03-26Scripts/Quest: Update 'Torture the Torturer' (#27782)offl
(cherry picked from commit f2904dd5775fdca7894bc16da6e6c0e2ebba79c7)
2022-03-26Scripts/Spells: Script A Mysterious Voice from Ahn'kahet (#27779)offl
Closes #25683 (cherry picked from commit 75db924e91ec52661151040bf2aa8f69a312238a)
2022-03-26Scripts/TK: Few updates for Sepethrea (#27769)offl
(cherry picked from commit 951d7d3a58ceab286a903a4a68185fd045deb33a)
2022-03-26Scripts/SL: Update Grandmaster Vorpil (#27765)offl
Closes #23801 (cherry picked from commit a19c9660b4be0e7d1bf75e98f93d1bffe5c1566b)
2022-03-26Scripts/Spells: Script one more player talk (#27766)offl
(cherry picked from commit db1e6f2588cab21f5556a1f8dc0af7d348f1bb95)
2022-03-26Scripts/TK: Update remaining scripts to new register model 2 (#27768)offl
(cherry picked from commit 93735ae3bd926d13cff43ffce1f0640a2693649f)
2022-03-26Scripts/TK: Update remaining scripts to new register model 1 (#27767)offl
(cherry picked from commit 5e3b76bf25eb88021f7a79c2ecfe7f768926c110)
2022-03-26Scripts/Items: Fix Goblin Bomb Dispenser (#27749)offl
Closes #26523 (cherry picked from commit 2cb970c66387137c3593184a0d392afb153cf56d)
2022-03-26Scripts: Update Silithus Wind Stones (#27700)anzz1
* Despawn Wind Stone after use, allow it to respawn (remove GO_FLAG_NODESPAWN on initialize) * Re-check twilight set aura on GossipSelect (don't allow to summon without wearing set) * Fix spell Abyssal Punisment (24803) not casting when interacting with stone without required items * Fix miniboss not despawning after leaving combat * Fix possible exploit of spawning many minibosses from a single wind stone spawn * Improve creature scripts * Set correct respawn time for wind stones Closes #27698 Closes #26814 (cherry picked from commit b8059ec6e755a391bcbf951de81e205ede3cf553)
2022-03-26Revert "Core/Spells: Force Invisibility (mage) to leave combat." (#27701)Gildor
This reverts commit 4b0acb743264971859a7c26684394792706f5209. Co-authored-by: kaelima <kaelima@live.se> (cherry picked from commit a8475e5d70c4a49b3cd9865f5059ac12a333a98c)
2022-03-26Scripts/Quest: Rework Mystery of the Infinite & Mystery of the Infinite, ↵offl
Redux (#27677) (cherry picked from commit f205e25b337ceb10a9bec111a46406f4af9dc3e2)
2022-03-25Scripts/Spells: Handle player talk in spell scripts pt 3 (#27657)offl
(cherry picked from commit e3409e277d22d80c42d406748aa0cc2505b3bb9f)
2022-03-25Scripts/Spells: Handle player talk in spell scripts pt 2 (#27640)offl
(cherry picked from commit 7a4f1fd2016c14b8f518dbd9fdad0b92c4270ce4)
2022-03-25Scripts/Spells: Handle player talk in spell scripts pt 1 (#27634)offl
(cherry picked from commit c0c12ad761845571f25bc0368a8c4bee7b361e3a)
2022-03-25Scripts/Quest: Update 'The Light's Mercy' (#27633)offl
(cherry picked from commit 7964636ea5d78ada4bb8db3e01e1bad19ca64257)
2022-03-25Scripts/Botanica: Rework Warp Splinter (#27621)offl
(cherry picked from commit 78327500d816d923ece63a940fb82bde16d8f8e9)
2022-03-25Scripts/Botanica: Rework Sarannis & Freywinn (#27611)offl
(cherry picked from commit 41da43d9f240ecd9976a440824507d73891eeeec)
2022-03-25Scripts/BM: Remove unused textoffl
(cherry picked from commit fde8619dacf50159e5b94f2c00d56755b7e6c36a)
2022-03-25Scripts/Spells: Few fixes to spells with GameObjectActions (#27587)offl
(cherry picked from commit dca7e51250ec44eb1458c00d39bc3353589fd7fd)
2022-03-24Core/SAI: Remove SMART_ACTION_ADD_AURA & actions to change object flags (#27571)offl
(cherry picked from commit 5ba93a95de911277908596d805e7fa7f38a18c3a)
2022-03-24Core/Spells: Add MaxAffectedTargets for Domination (#27541)Grindelwald
(cherry picked from commit 5f0e80bf4385e81d607ea81a9de3c92a11db8de0)
2022-03-24Scripts\Event: COG Corrections (#27532)acidmanifesto
Goldshire is a area not a zone. Zone is Elwynn Forest. CHILDEREN is spelled with 1 E not 2. (cherry picked from commit 5fc650645d9b96f7298c4c11a6a1941d629ae601)
2022-03-24Update inkeeper content (#27507)Grindelwald
* Update localized hotel content Update localized hotel content * Using the database to display GOSSIP The broadcast_text_locale has the relevant gossip_menu_option data, but C++'s strong coding makes them appear only in the default English. (cherry picked from commit 27cb415c13aeda8c1aa16c207b414184ab2ad700)
2022-03-24Core/AI: Fix crashes caused by charmed Creatures having null AI for 1 map ↵Giacomo Pozzoni
update tick (#27434) Implement using ScheduledChangeAI instead of nullptr to signal a required AI change (cherry picked from commit 19e99db821ba5975e88ec160df3f4ff78ed562b0)
2022-03-24Core/SAI: Use GetBaseObject as second param of ↵offl
SMART_ACTION_ACTIVATE_GAMEOBJECT & reorder GameObjectActions (#27461) (cherry picked from commit 87cb0a4212535731749aebb2d3fe8f5c3000be92)
2022-03-24Core/SAI: Remove SMART_ACTION_SEND_GO_CUSTOM_ANIM, make ↵offl
SMART_ACTION_ADD_AURA & SMART_ACTION_SET_GO_FLAG deprecated (#27452) (cherry picked from commit 77098375396a3b067cf06174bd464f65d7e0cd50)
2022-03-24Core/Misc: Verify LFG role selections by class (#27348)ihm-tswow
* Core/Misc: Verify LFG role selections by class * style fix Co-authored-by: MaxtorCoder <warsongkiller.s8@gmail.com> * fix style * improve LfgRoleClasses readability * remove unnecessary comments * add missing SharedDefine include - try fix nopch * style fix Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> Co-authored-by: MaxtorCoder <warsongkiller.s8@gmail.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> Co-authored-by: Shauren <shauren.trinity@gmail.com> (cherry picked from commit 5e2b2fd3f8bd8e1c1d3b4f3b833b9af6890d55dc)
2022-03-24Core/Units: Rename AnimationTier to AnimTier for consistency between branchesShauren
2022-03-24Scripts/Spells: Remove unnecessary SetAnimationTieroffl
(cherry picked from commit 8214278cd8d7962bb2530fe35ff6653e487e67b2)
2022-03-24Scripts/Quest: Rework 'The Cleansing' (11317,11322) (#27413)offl
(cherry picked from commit a8464d34bb0f77e0d616e6f21aaf7d7a79276180)
2022-03-24Update cs_misc.cpp (#27418)kvolk2git
(cherry picked from commit 8ac63c7952bf74066abbbe981b5168bc02ad3efb)
2022-03-24Core/Battlegrounds: Avoid teleport players when relogin inside Strand of the ↵Gildor
Ancients (#27414) (cherry picked from commit d3b6d9a38cdb90ddaf7d5481f9603388eb7e7e24)
2022-03-24Scripts/Spells: Furious Rage & scripts for creatures who uses it (#27403)offl
(cherry picked from commit 7ae525d5e5f068ab09166f6f4a2045a72726cb8e)
2022-03-24Core/Battlegrounds: Avoid reset BG and Arena scoreboard stats and BG map ↵Gildor
achievement criterias when relogin if player was already in the BG (#27280) (cherry picked from commit fade6fbf4fab1c520de72417cbfb1c7a6dc69c32)
2022-03-24Scripts/Quest: Update 'It's All Fun and Games' (12887,12892) (#27394)offl
(cherry picked from commit 41c8c4ba74bc1507b77ca90994bac194016dabdd)
2022-03-24Scripts/MFF: Update Ahune's Ice Spear behavior (#27384)offl
(cherry picked from commit 751a8b9e17d2bd39785850295abb1d08917b0b24)
2022-03-24Scripts/HoS: Update Maiden of Grief (#27360)offl
(cherry picked from commit a021d12f85d50c55788a34e881e45f1a34bd606d)
2022-03-24Scripts/HoS: Update Sjonnir (#27357)offl
(cherry picked from commit 36ee9714157e3af4e2b6b3bb9a753e28360ccd58)
2022-03-24DB/SAI: Replace SMART_ACTION_SEND_GO_CUSTOM_ANIM with GameObjectActionsoffl
(cherry picked from commit 8516984ffe1a0241b5cfc47f2d0124291503aec1)
2022-03-23Scripts/Crypts: Rework Exarch Maladaar (#27313)offl
(cherry picked from commit 35b55b3f21cf11a673c4b4afacf45e77ec98db38)
2022-03-23Scripts/Spells: Generic spell script for quest portals (#27305)offl
(cherry picked from commit 251304b19c2fc42ee330b9a533b54f7b80df5d4a)
2022-03-23Scripts/The Eye: Few updates to Kael'thas & Astromancer (#27304)offl
(cherry picked from commit 43315e0e19fe1609b336f6a9aae486e302317c79)
2022-03-23Scripts/Botanica: Rework Laj (#27282)offl
(cherry picked from commit 2fe3b6cc2ff7f68ffbd009b80ab39dc8f3264abf)
2022-03-23Scripts/Mechanar: Rework Nethermancer Sepethrea (#27277)offl
(cherry picked from commit be00563a8675c22826c38ce85079eff719a95f09)
2022-03-23Core/Auras: Properly clean up partial charm applicationsShauren
Ref #24876 (cherry picked from commit 9174281b9253712982273b9b703d9fbac5cef9cd)
2022-03-23Scripts/Spells: Small cleanup for gen/item spell scripts (#27311)offl
(cherry picked from commit ef4c878d260c0e01a6ab2f4391af46c261d04785)
2022-03-23Scripts/Misc: Migrate world event scripts to separate files 2 (#27309)offl
(cherry picked from commit eb812bf3d510d9c6712448c4bb35983c91f97b4c)
2022-03-22Scripts/Misc: Migrate world event scripts to separate files (#27284)offl
(cherry picked from commit 542c10094f8660302708e24cf3c8b2903ac25607)
2022-03-22Core/Spells: Add MaxAffectedTargets to Chains of Naberius(36146) (#27291)Grindelwald
Closes #27289 (cherry picked from commit c3973ff577511773bb6bc94bd738b9014060e060)