aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-25Scripts/BM: Remove unused textoffl
(cherry picked from commit fde8619dacf50159e5b94f2c00d56755b7e6c36a)
2022-03-25DB/Locale: Add missing zhCN/zhTW quest_request_items_localeleelf00
Closes #27555 Closes #27556 Closes #27557 Closes #27558 Closes #27559 Closes #27560 Closes #27567 Closes #27568 Closes #27569 (cherry picked from commit 747ee281dd2f22b1cc0c44683854c87b2e869d14)
2022-03-25Scripts/Spells: Few fixes to spells with GameObjectActions (#27587)offl
(cherry picked from commit dca7e51250ec44eb1458c00d39bc3353589fd7fd)
2022-03-24DB/SAI: Use GameObjectActions in Suntara Stones quest scriptoffl
Ref #27579 (cherry picked from commit 04516d22149e62bac5deb1a7790554c955e0fc10)
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-24DB/Misc: Event name fixacidmanifesto
Closes #27533 (cherry picked from commit 1dcbad76fccbe6ba5982b0ebf044ccd1b6b1eba0)
2022-03-24DB/Locale: Add missing zhCN/zhTW quest_offer_reward_localeleelf00
Closes #27516 Closes #27521 Closes #27524 Closes #27526 Closes #27535 Closes #27536 Closes #27537 Closes #27538 Closes #27542 Closes #27543 Closes #27544 Closes #27545 Closes #27546 Closes #27547 Closes #27548 Closes #27549 Closes #27550 Closes #27551 Closes #27552 Closes #27553 Closes #27554 (cherry picked from commit 6b92aa3da4e252f315daa55b7a8b23c2b43f5bfe)
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-24DB/Quest: Fix problem with not-available 'A Smokywood Pastures' Thank You!' ↵malcrom
(horde) (cherry picked from commit fa505a22091c051a44535ed83fae2ea5a1c0048c)
2022-03-24DB/Locale: Add missing ruRU quest_request_items_locale, quests 5001-8000kvolk2git
Closes #27451 (cherry picked from commit e470a23a2f0938f50674db93277ba3675f75a387)
2022-03-24DB/SAI: Get rid of AddAura pt 5offl
It will be removed after 2 weeks for several reasons. Some of them: It was heavily abused and creates not obvious and thus dangerous logic in scripts, making them easily breakable. In lots of cases was used as hacky version of Cross Cast(one creature applies aura on another creature) while it should be casted by creature and not applied to it by another creature. In some cases it was used to ensure aura will be applied always (something like casting a spell with triggered cast flag). In nearly all other cases used for no reason. There's no such action in Blizz's scripting system, the reason why some auras are applied without SPELL_START and SPELL_GO has to be different. On top of that some auras in addons are channeling spells, some has effect Spawn, some has on-cast visuals. Using AddAura breaks them. That means if Blizz indeed used some kind of system only for on-spawn spells, all spells are casted or some are handled in another place. (cherry picked from commit e96c713815d1d129db31e60a98e2ff069795b9a7)
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-24DB/SAI: Replace actions to change object flag with GameObjectActionsoffl
SMART_ACTION_SET_GO_FLAG will be removed after 2 weeks, SMART_ACTION_ADD_GO_FLAG & SMART_ACTION_REMOVE_GO_FLAG after 2 weeks or later (cherry picked from commit 2760c56c11c30155e2b7354f34d30e44e1776e52)
2022-03-24DB/Creature: Assign correct broadcast texts in few casesoffl
(cherry picked from commit ebd61b5fd36b5bdf74670d447bdbbbcb7dbd9a4d)
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-24DB/Gameobject: Make Maraudon portal clickablekvolk2git
Closes #27419 (cherry picked from commit 4abfa61b6756cfc0955ca62beaa9434d2d2a2d21)
2022-03-24DB/Locale: Add missing esES & esMX quest texts (Part 188)Cerveciento
Closes #27416 (cherry picked from commit 404e74ebe1ba08b2011b4755b955b781a64dfba7)
2022-03-24DB/Locale: Add missing ruRU quest_request_items_locale for quest with id 0-5000kvolk2git
Closes #27410 (cherry picked from commit 5db9c100a0d8c9601f504c039e2121d688799259)
2022-03-24DB/Misc: Rework intro event in Drak'Tharon Keepoffl
(cherry picked from commit 2c9622cbeff6bb4e3e968160ef33c759f2215804)
2022-03-24DB/SAI: Get rid of AddAura pt 4offl
(cherry picked from commit f8a36dcd45ee7d5adb932ed656ad7de6c9672957)
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-24DB/SAI: Get rid of AddAura pt 3offl
(cherry picked from commit 40b37fbdfe5adb81fc6474703d66d7a72b4eeaaf)
2022-03-24DB/SAI: Get rid of AddAura pt 2offl
(cherry picked from commit 79f608cc3dfe8cdab1ac72583b9a3f6257739c4e)
2022-03-24DB/Locale: Add all missing ruRU quest_request_items_locale with duplicate textkvolk2git
Closes #27382 (cherry picked from commit 131c1e10c74b89b15ad28cdf1f989e27af11396c)
2022-03-24DB/Locale: Add missing gossip_menu_option_locale for zhCN/zhTWleelf00
Closes #27375 (cherry picked from commit 259f83604166ae957c4c254e68ca85e93d74e32e)
2022-03-24DB/SAI: Get rid of AddAura pt 1offl
(cherry picked from commit 0679b0a91fbcdfab5d389fe84ae8f7ffa18b332e)
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-24DB/Texts: Correct text for General Bjarngrimoffl
(cherry picked from commit d57286521a8bd1d41e6d47ddb05438e972e6779c)
2022-03-24DB/Creature: Correct faction for Greatmother Hawkwindacidmanifesto
Closes #27372 (cherry picked from commit c8eb463ae4606df300611a5959a1c7e2768f4eab)
2022-03-24DB/Locale: Add missing esES & esMX quest texts (Part 187)Cerveciento
Closes #27371 (cherry picked from commit 982bda59a1eab58fbbac9e2241da0dbf13511eb0)
2022-03-24DB/Locale/ruRU: Add missing offer rewards for quest id 8373, 11321, 12278, ↵kvolk2git
13001 - 26013 Closes #27353 (cherry picked from commit 70516c3552418227564f2a87175ea9c10fb06279)
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)