Commit Graph

2758 Commits

Author SHA1 Message Date
Francesco Borzì
e06dd5b156 feat(CI/Linux): use compression in ccache (#3425) 2020-09-02 22:06:11 +02:00
Francesco Borzì
c6d38a97f9 chore(deps): update gsoap to version 2.8.105 (#3316) 2020-09-02 18:09:34 +02:00
AzerothCoreBot
8f696fc5d8 chore(DB): import pending SQL update file
Referenced commit(s): 29f2c2aeda
2020-09-02 14:33:47 +00: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
AzerothCoreBot
e2f9a080f2 chore(DB): import pending SQL update file
Referenced commit(s): 2fc9567597
2020-09-02 11:56:38 +00:00
Knindza
2fc9567597 [Dungeon] Scholomance (#3306)
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
2020-09-02 13:55:26 +02:00
Patrick Lewis
d0958c7636 fix(Docker): fix Priority class denied (#3295) 2020-09-02 12:33:54 +02:00
Kitzunu
41abcfbee3 docs(issue_template): add links to issue create window (#3208) 2020-09-02 11:47:45 +02:00
AzerothCoreBot
2632cd6fcd chore(DB): import pending SQL update file
Referenced commit(s): 60e8ec0575
2020-09-01 19:47:47 +00: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
AzerothCoreBot
19a177214a chore(DB): import pending SQL update file
Referenced commit(s): 26c99c383f
2020-09-01 12:20:16 +00: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
AzerothCoreBot
4b6827fb09 chore(DB): import pending SQL update file
Referenced commit(s): 321cf0d2b3
2020-09-01 10:38:32 +00: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
Kitzunu
37248474af feat(contributing) Add guidelines for new contributors (#3211)
* feat(contributing) Add guidelines for new contributors

* Grammar

Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2020-09-01 12:03:26 +02:00
AzerothCoreBot
eb952ecb3e chore(DB): import pending SQL update file
Referenced commit(s): a07c2b3989
2020-09-01 09:49:22 +00:00
Knindza
a07c2b3989 feat(DB/SmartAI): [Raid] Ulduar (#3264)
* [Raid] Ulduar

* Update rev_1596728845705471100.sql

Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2020-09-01 11:48:11 +02:00
AzerothCoreBot
48182f1748 chore(DB): import pending SQL update file
Referenced commit(s): 34d9998cac
2020-08-31 23:03:59 +00:00
Tyrelis
34d9998cac fix(DB/Creature): Atal'ai Priest unattackable (#3043) 2020-09-01 01:02:56 +02:00
Francesco Borzì
bbb4af3405 feat(CI): actions/cache@v2 (#3416) 2020-08-31 19:46:44 +02:00
Francesco Borzì
0ff3f84f99 chore(CI/Docker): skip Scripts for shorter build times (#3415) 2020-08-31 19:25:14 +02:00
Francesco Borzì
f11ddc6575 fix(CI/macOS): ccache issue (#3389)
* fix(CI/macOS): ccache issue

* Update ci-compile.sh

* Update ci-compile.sh

* chore: set cache limit to 5G

Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
2020-08-31 17:50: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
Francesco Borzì
38903b5dfb docs(README): fix url (#3385)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2020-08-31 10:08:32 +02:00
Kitzunu
3aad2dc564 fix(Core/SpellEffects): Make Shadowmeld drop combat (#3272)
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
2020-08-30 22:50:28 +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
AzerothCoreBot
799ebb6a7d chore(DB): import pending SQL update file
Referenced commit(s): 3a56cdbd4a
2020-08-30 15:19:16 +00:00
r0m1ntik
3a56cdbd4a Core/DB fix Icecrown Citadel Raid - Saurfang Intro Roleplay (#3261)
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2020-08-30 17:18:15 +02:00
AzerothCoreBot
d2b68b7822 chore(DB): import pending SQL update file
Referenced commit(s): 5fd404de02
2020-08-29 13:50:44 +00:00
Knindza
5fd404de02 feat(DB/SAI): [Azeroth] Classic Rares - Part I (#3256)
* [Zone] Outland Rares

* Classic Rares [Part I]

* Delete rev_1588339999314521100.sql

Duplicate by mistake.

* Update rev_1596556919928240000.sql

Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
2020-08-29 15:49:42 +02:00
AzerothCoreBot
9ca4554b79 chore(DB): import pending SQL update file
Referenced commit(s): 6f86643e09
2020-08-29 12:59:51 +00:00
Knindza
6f86643e09 feat(DB/Creature): [Zone] Thousand Needles (#3255)
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
2020-08-29 14:58:47 +02:00
AzerothCoreBot
a1a726f07a chore(DB): import pending SQL update file
Referenced commit(s): 2a6a5e48f1
2020-08-29 10:37:46 +00:00
Knindza
2a6a5e48f1 feat(DB/SAI): [Azeroth] Missed & Skipped Creatures (#3254)
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2020-08-29 12:36:44 +02:00
AzerothCoreBot
3361325435 chore(DB): import pending SQL update file
Referenced commit(s): 21fb494d03
2020-08-28 18:32:43 +00:00
Knindza
21fb494d03 [Zone] Isle of Quel'Danas (#3253)
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
2020-08-28 20:31:36 +02:00
AzerothCoreBot
f39ae8f638 chore(DB): import pending SQL update file
Referenced commit(s): cb860e8ede
2020-08-28 16:27:19 +00:00
Knindza
cb860e8ede [Zone] Tanaris (#3252)
* [Zone] Tanaris

* update sql rev version

Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
2020-08-28 18:26:13 +02:00
AzerothCoreBot
8c144458e5 chore(DB): import pending SQL update file
Referenced commit(s): fd51741406
2020-08-28 14:10:15 +00:00
Knindza
fd51741406 fix(DB/Creature): Eversong Woods (#3251) 2020-08-28 16:09:12 +02:00
Francesco Borzì
d7a758e34e chore(CI): change bot's commit message format (#3361) 2020-08-27 20:54:08 +02:00
AzerothCoreBot
041a508a50 Import pending SQL update file...
Referenced commit(s): 68bd99858c
2020-08-27 16:01:43 +00:00
Knindza
68bd99858c fix(DB/Creature): Ungoro Crater (#3250) 2020-08-27 17:54:55 +02:00
AzerothCoreBot
a6a7cbf887 Import pending SQL update file...
Referenced commit(s): e6b49e4ae0
2020-08-26 16:48:43 +00:00
Knindza
e6b49e4ae0 fix(DB/Creature): Silithus (#3249) 2020-08-26 18:47:36 +02:00
AzerothCoreBot
b33652046a Import pending SQL update file...
Referenced commit(s): 3c47a2e19d
2020-08-26 15:29:21 +00:00
Walter Pagani
3c47a2e19d fix(DB/Creature): Yulda the Stormspeaker (#3233) 2020-08-26 17:28:10 +02:00
Shard
d8ad0c5200 Allow mages to refresh Living Bomb (#3228)
Currently, mages can't refresh Living Bomb if the target already have the dot.

###How to reproduce the issue :
1. Use Living Bomb on a target
2. Try to re-use Living Bomb on the same target
3. Observe the error message

###Expected Blizzlike behaviour
Living Bomb should be reapplyable 

###Why this PR : 
This PR allow to refresh the duration of Living Bomb on the same target

I've didn't found a bad mage's video that refreshes Living Bomb on his target, but found some Fire Mage 3.3.5 guides that mentions : 
"Never refresh your LB (Living Bomb) before the explosion (except if I clearly tell you to)."
https://sites.google.com/site/pvemage335/fire/rotation-gameplay

"Living Bomb – every 12 seconds **after the explosion**"
https://www.gnarlyguides.com/wotlk/guides/pve-fire-mage/#plink-rotation

Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2020-08-26 11:44:41 +02:00