placemolle
d21b2eebe7
fix(Core/Command): additem - doesn't work when name contains apostrophe ( #3647 )
2020-11-14 10:52:23 -06:00
Petric
95ee873e8f
fix(Core/CS): Fixed learn command using null session when send over SOAP ( #3595 )
2020-11-05 10:44:56 -06:00
Patrick Lewis
6ef7627c69
fix(Script/ICC): Spirit Alarm and Deathbound Ward ( #3592 )
2020-11-04 14:32:33 -06:00
aradep
c10bffb9a9
fix(Scripts/Ulduar): Boss XT-002 enrage sound
2020-11-03 02:50:59 -06:00
aradep
18d7f8b92f
fix(Scripts/Ulduar): Hodir flash freeze safe spots
2020-11-02 15:06:50 +01:00
Andrius Peleckas
ab5933effa
fix(Core/Util): EventMap::RepeatEvent when eventId is retrieved by ExecuteEvent() call ( #3426 )
2020-10-17 14:59:22 +02:00
mslmdevu
32da0eeb9e
fix(Scripts/Ulduar): cast electrical charge only if player dies ( #3480 )
2020-10-16 21:24:39 +02:00
Kitzunu
9f93e554e6
feat(Actions): Automatically add labels on PRs ( #3571 )
2020-10-15 23:13:36 +02:00
Kargatum
5e20b46812
refactor(Core/Scripts): restyle scripts lib with astyle ( #3467 )
2020-10-11 10:35:34 +02:00
Arthas Wow
22f8195c14
fix(Core/Boss): Toravon Script Mechanics ( #2868 )
2020-10-07 12:17:36 +02:00
Patrick Lewis
b67c30e263
fix(Core/Script) npc Tom Hegger target player for aggro text ( #3444 )
2020-10-03 16:25:54 +02:00
Francesco Borzì
56ca87994b
feat(CI): add support for GCC ( #3314 )
...
Co-authored-by: Viste <viste02@gmail.com >
2020-09-17 19:03:05 +02:00
Kitzunu
6ede23d177
fix(Core/AuraScript): Soul Feast should apply on some Valithria mobs ( #3355 )
...
* fix(Core/ItemScript): Shadow's Edge should give stacks on some Vali mobs
* make the logic more beautiful
* update name to IsException
* build
* IsException -> isException
* Keep it to a standard :)
* indentation
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-09-15 21:09:50 +02:00
Francesco Borzì
b61ae8abcd
fix(Core/Misc): all GCC warnings ( #3457 )
2020-09-14 17:31:12 +02:00
Krath
ce8db433cf
fix(Scripts/Ulduar): Hodir Door ( #3346 )
...
Co-authored-by: Krath <affannimattia@libero.it >
2020-09-12 20:10:12 +02:00
Kargatum
e15a493927
feat(Core/Time): remove inherited ACE Time ( #3455 )
...
Co-authored-by: Viste <viste02@gmail.com >
2020-09-11 14:03:26 +02:00
Stefano Borzì
51330f54d8
refactor(Core/Misc): remove the ternary operator when used improperly ( #3327 )
2020-09-10 12:29:23 +02:00
Francesco Borzì
ebfb4b4cea
fix(Scripts/Wintergrasp): fix disabled always false ( #3437 )
2020-09-09 11:46:41 +02:00
Petric
68b1112821
fix(Scripts/AzjolNerub): Amanitar not casting “Mini” and mushroom not cleansing the player on death ( #3348 )
...
Amanitar was not casting his “mini” spell during the fight and the shrooms did never remove this effect as how they should.
2020-09-07 16:52:24 +02:00
Krath
aa60f0b324
fix(Scripts/ICC): visual of the Blood Council Bosses
2020-09-07 10:27:39 +02:00
Francesco Borzì
b95c14f91a
refactor(Scripts/Stratholme): fix warnings and made code more readable ( #3433 )
2020-09-06 17:07:36 +02:00
Kitzunu
03bd4fafe6
refactor(Core/ICC): Move hardcoded spells to enum ( #3337 )
2020-09-05 16:21:21 +02:00
Kitzunu
f67635497f
fix(Scripts/ICC): Don't show Heroic Attempts on Normal difficulty ( #3336 )
2020-09-05 13:19:31 +02:00
Petric
7a4a409cae
fix(Core/Script): Anomalus ( #3325 )
...
* Correct rift spawning/ empowering timings and Rift Shield cancellation
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2020-09-04 09:44:09 +02:00
Petric
e2cf12a2ce
fix(CORE/Dungeon): Mage-Lord Urom now cats empowered arcane explosion when he teleports to the center ( #3323 )
...
Mage-Lord Urom in Oculus would teleport to the center of the room, but he would never cast empowered accane-explosion he would just wait there
Closes https://github.com/azerothcore/azerothcore-wotlk/issues/3320
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-09-03 16:18:34 +02:00
Petric
29f2c2aeda
feat(Core/Script): Playing music from GameObjects and added holiday zones music script ( #3307 )
2020-09-02 16:32:41 +02:00
imxari
60e8ec0575
fix(Core/Quest): Death Comes From On High ( #2939 )
...
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2020-09-01 21:46:45 +02:00
Moki
26c99c383f
Core/Scripts: fix Nightfall proc chance and reduce it for victims with level above 60. ( #3304 )
...
* Core/Scripts: fix Nightfall proc chance and reduce it for victims with level above 60
Adding a TrinityCore commit eac9c1f0b9
* Update rev_1597581112860069800.sql
* Update rev_1597581112860069800.sql
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-09-01 14:19:09 +02:00
Petric
321cf0d2b3
fix(CORE/Commands): Renamed .character deleted old to .character deleted purge ( #3300 )
...
* fix(CORE/Commands): Renamed .character deleted old to .character deleted purge
Closes https://github.com/azerothcore/azerothcore-wotlk/issues/2925
* Fixed indentation
* Renamed handler function
* Spacing
* Update data/sql/updates/pending_db_world/rev_1597499028423474100.sql
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-09-01 12:37:30 +02:00
Petric
e1e8cc1bf5
fix(CORE/Raid): Muradin/Saurfang not de-spawning after finishing movement ( #3294 )
...
Saurfang and Muradin together with its 3 followers were not de-spawning once reaching the exit portal after the initial RP moment and remain standing in front of the exit portal forever.
Partially Closes https://github.com/azerothcore/azerothcore-wotlk/issues/3246
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-08-31 17:27:01 +02:00
Petric
4034a56f87
fix(CORE/Raid): Lich King “Pain and Suffering” snapping and “Shadow Trap” not targeting tanks ( #3293 )
...
-Lich King was snapping to north after using Pain and Suffering when instead he should be facing the direction of last target.
-Shadow Trap could not target tanks, it should be able to do so
Closes https://github.com/azerothcore/azerothcore-wotlk/issues/2826
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-08-31 14:19:22 +02:00
Kitzunu
1f89282b22
refactor(Core): NULL -> nullptr ( #3275 )
...
* NULL to nullptr
* NULL to nullptr
* NULL to nullptr
* NULL to nullptr
* NULL to nullptr
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-08-31 11:55:09 +02:00
r0m1ntik
971d55d463
fix (Core/Quest) Correct link quest and fix command lookup quest for multilanguage dbc ( #3271 )
...
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-08-30 19:42:36 +02:00
Walter Pagani
563748ec31
fix(Core/Gossip): Remove hard-coded texts from the: The forge of souls C++ ( #3219 )
...
* Text of the gossip taken from the database
* Adding translations to quest_offer_reward_locale
* Adding enum for gossip.
* Changing the name of the enum to avoid conflicts.
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-08-24 19:10:02 +02:00
Stefano Borzì
78a02c8fd1
fix(quest): improve quest force of neltharaku ( #3203 )
...
* Update AuctionHouseHandler.cpp
* chore(quest): improve quest force of neltharaku
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
2020-08-23 15:49:18 +02:00
Christopher Galbraith
5a5ece6d98
fix(Scripts/UtgardePinnacle): Svala Sorrowgrave's loot disappearing too quickly ( #3188 )
2020-08-22 00:46:13 +02:00
Barbz
ed8ed175b7
fix(Core/Command): Can comment closed tickets ( #3176 )
2020-08-21 10:52:52 +02:00
Barbz
70bdba8309
feat(Core/Command): Reenable .teleport name on offline player ( #3175 )
...
- Reenable the possibility to .teleport name xxx $home even if the character is offline.
2020-08-20 23:26:17 +02:00
Kitzunu
73d725312d
feat(Core/Config): CONFIG_INTERVAL_SAVE ( #3171 )
2020-08-20 15:50:32 +02:00
IntelligentQuantum
5d284f02a7
feat(Core/SendListInventory): Add multivendor function ( #3172 )
2020-08-20 11:00:11 +02:00
Francesco Borzì
2bc832efe3
fix(CI/Core/ArenaSpectator): clang warnings + prevent new warnings ( #3317 )
...
Co-authored by @meerd
2020-08-19 19:44:07 +02:00
Ercules76
3f8abc6bc2
refactor(CORE/Instance): Move Pandemonius script from SAI to Core script ( #3165 )
2020-08-19 16:15:43 +02:00
IntelligentQuantum
fae5753f81
feat(Core/Commands): Character check bag && work ( #3164 )
2020-08-19 13:47:48 +02:00
Ercules76
106f6f94a7
fix(Scripts/DB): Add Prison to spawn Yor, move Yor AI from SAI ( #3163 )
2020-08-19 11:10:41 +02:00
Francesco Borzì
d2cc3fcbc2
feat(Docker): update to Ubuntu 20.04 + more improvements ( #3277 )
2020-08-13 00:25:20 +02:00
Vhiper
96dc9fc0f3
refactor(Scripts/SAI): move Gryphoneer Windbellow to SAI ( #3137 )
2020-08-10 10:10:08 +02:00
gengarshadowball
e949ab27b7
fix(Core/Script): Remove hardcoded Loch Modan texts ( #3111 )
2020-08-02 21:45:16 +02:00
gengarshadowball
56b88502fe
fix(Core/Creature): Lady Katrana hardcoded text ( #3110 )
2020-07-30 23:18:42 +02:00
Kargatum
94e6ef17a2
feat(Core/Config): rework configs load system ( #2566 )
2020-07-12 17:47:12 +02:00
VhiperDEV
0d25f63257
fix(Core/SpellScript): Script item Egg Nog ( #2943 )
...
Co-Authored-By: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: Barbz <BarbzYHOOL@users.noreply.github.com >
2020-06-28 15:20:22 +02:00