Commit Graph

12848 Commits

Author SHA1 Message Date
sudlud
ef54219be4 fix(DB/Creature): Sniffed Values for 26221 'Earthen Ring Elder' (#18263) 2024-02-03 11:51:07 +01:00
github-actions[bot]
7ce0cc3523 chore(DB): import pending files
Referenced commit(s): 4121daa8be
2024-02-03 10:49:41 +00:00
sudlud
a216a114c1 fix(DB/Creature): Sniffed Values for 25949 'Ice Caller Briatha' (#18262) 2024-02-03 11:49:24 +01:00
sudlud
94b7bee314 fix(DB/Creature): Sniffed Values for 25951 'Heretic Emissary' (#18261) 2024-02-03 11:49:17 +01:00
sudlud
dcaeb9a0e5 fix(DB/Creature): Sniffed Values for 26124 'Midsummer Merchant' (#18259) 2024-02-03 11:49:08 +01:00
sudlud
15fc47ed14 fix(DB/Creature): Sniffed Values for 25980 'Heretic Bodyguard' (#18260) 2024-02-03 11:48:56 +01:00
sudlud
4121daa8be fix(DB/Creature): Sniffed Values for 26123 'Midsummer Supplier' (#18258) 2024-02-03 11:48:45 +01:00
github-actions[bot]
901d58cdc4 chore(DB): import pending files
Referenced commit(s): d9cd36220b
2024-02-01 16:06:31 +00:00
sudlud
d9cd36220b fix(DB/Creature): Add Repair npcflag to 28344 Blazzle (#18242) 2024-02-01 17:05:30 +01:00
Ezeki Zibzibadze
028835619b chore(Docker): update mysql image to 8.3 version (#18244) 2024-02-01 10:05:12 -03:00
github-actions[bot]
01403c42ae chore(DB): import pending files
Referenced commit(s): a2f21bd46e
2024-02-01 12:18:12 +00:00
sudlud
a2f21bd46e fix(Scripts/Midsummer): Add SpellScript for "Fire Festival Fortitude" (#18246)
- implement zone wide buff
- Blizzard originally used gameobject 181431 'Fire Festival Fury Trap'
  for this implementation
2024-02-01 09:17:17 -03:00
github-actions[bot]
eeb8082ee8 chore(DB): import pending files
Referenced commit(s): b6c429c5a8
2024-01-31 22:22:22 +00:00
Benjamin Jackson
b6c429c5a8 fix(Core/Quests): Create quest money reward config and adjust max level bonus reward function. (#18222)
* Init.

* Drop RewardBonusMoney column.

How's that for deprecation.

* Add formula source link.

* Remove deprecated info in conf.

* Newline.
2024-01-31 23:21:27 +01:00
Dan
ba01bec5b3 fix(Scripts/SSC): make sure Vashj faces the random people when doing Forked Lightning (#18232)
initial
2024-01-30 06:27:24 -03:00
github-actions[bot]
f1c4622f41 chore(DB): import pending files
Referenced commit(s): 8861e16e64
2024-01-29 02:42:14 +00:00
Dan
8861e16e64 fix(DB/TheEye): fix some trash immunities in The Tempest Keep (#18233)
* initial

* codestyle?
2024-01-28 23:41:05 -03:00
Kitzunu
69dc8804e6 feat(Core/Spell): Add helper for TriggeredCastFlag (#18227)
* feat(Core/Spell): Add helper for TriggeredCastFlag

* Lol

* fix build
2024-01-26 13:51:42 +01:00
Flashaholic88
c18bd64136 fix(Core/Misc): typo (#18221) 2024-01-23 21:38:32 +01:00
github-actions[bot]
3ecd19d979 chore(DB): import pending files
Referenced commit(s): 26b50b8849
2024-01-23 17:10:47 +00:00
sudlud
53ace59da7 fix(DB/Events): Correct some GameEvent changes (#18216)
follow-up to #14833
2024-01-23 18:09:55 +01:00
Kitzunu
26b50b8849 fix(Conf): typo (#18209) 2024-01-23 18:09:25 +01:00
Mike Delago
d0eae390b6 fix(Core/DatabseWorkerPool): implement DatabaseIncompatibleVersion to better support MariaDB (#18201)
* fix(Core): Rework Database Version Check for MariaDB support

* incorporate "smarter" version comparison

* rename function to be more accurate

* Factor magic numbers into defines. Revise comments

* clean up triple newline

* Doxygenify the docs

* remove blankspace

---------

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2024-01-21 14:48:57 +01:00
sudlud
e447351b0f fix(Core/Creature): Remove automated z spawn correction (#18200)
* fix(Core/Creature): Remove automated z spawn correction

* comment out unused parameter

* remove gridLoad parameter from Creature::LoadCreatureFromDB()
2024-01-21 07:33:00 -03:00
github-actions[bot]
a7e098af0c chore(DB): import pending files
Referenced commit(s): fa8a9d65c8
2024-01-21 00:24:43 +00:00
Kitzunu
fa8a9d65c8 fix(DB): Collation error (#18204)
* fix(DB): Collation error

* closes https://github.com/azerothcore/azerothcore-wotlk/issues/18202

* Update 2024_01_20_06.sql
2024-01-20 21:23:45 -03:00
github-actions[bot]
835b6ac893 chore(DB): import pending files
Referenced commit(s): a89fa73b72
2024-01-20 23:05:38 +00:00
Benjamin Jackson
c9bc5084be fix(Scripts/Midsummer): Correct behavior for Striking Back quests. (#18171)
* Init.

Make use of spell for summoning Ahune's lieutenants, set up gossip/smart scripts for the cast and lieutenant summon speech, and remove permanent lieutenant spawns.

Partially cherry-picked from 91268f6631

Co-Authored-By: Xfurry <172444+xfurry@users.noreply.github.com>

* Use GUIDs for creature delete, add game_event_creature delete.

* Various adjustments.

Move comment block, add Desolace stones gossip menu options, add a delete before insert.

* Set up conditions.

* Add spell cast comments.

Sourced from Wrath Classic Wowhead.

* Add basic combat SmartAI.

* Remove comment block.

* Add creature name comments.

* Use `id1` in preparatory creature delete.

---------

Co-authored-by: Xfurry <172444+xfurry@users.noreply.github.com>
2024-01-21 00:05:18 +01:00
MellianStudios
a89fa73b72 fix(Scripts/Command): prevent crash on set motd (#18203)
* prevent crash on set motd

* updated version

* another version

* Update cs_server.cpp

---------

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2024-01-21 00:04:46 +01:00
Kitzunu
7f7f18e489 feat(DB): Release ACDB 10.0.0 (#18197)
* move archived files into old dir

* auth

* characters

* world

* mistake

* revert some stuff

* Squash time!

* newline
2024-01-20 17:17:44 +01:00
github-actions[bot]
f60fb6307d chore(DB): import pending files
Referenced commit(s): ea93531bd5
2024-01-20 13:20:35 +00:00
Kitzunu
ea93531bd5 refactor(DB): Move old archive files to old dir (#18164)
* refactor(DB): Move old archive files to old dir

* fix auth and char
2024-01-20 14:19:38 +01:00
github-actions[bot]
47a1982c0d chore(DB): import pending files
Referenced commit(s): 79bf46c5ac
2024-01-20 13:03:45 +00:00
sudlud
34d800b001 fix(DB/Gameobject): Sniffed Values for 181637 'Sha'naar Relic' (#18188) 2024-01-20 14:03:34 +01:00
Dan
79bf46c5ac fix(DB/TheEye): change spelltimers based on sniffs (#18186)
* unchanged sai

* override timers

* id fix
2024-01-20 14:02:35 +01:00
Tereneckla
4cfad0ffac fix (Core/Unit) Apply Capacitor cooldown on trigger proc instead of on stack add (#18189)
fix capacitor cooldown
2024-01-20 08:51:49 -03:00
github-actions[bot]
b872f6a8b8 chore(DB): import pending files
Referenced commit(s): 9024ec314d
2024-01-20 11:51:05 +00:00
sudlud
7ed8f4e6e9 fix(DB/Creature): Update Dalaran 'The Wonderworks' creatures with SAI… (#18192)
* fix(DB/Creature): Update Dalaran 'The Wonderworks' creatures with SAI and sniffed spawns

* add toy plane string creatures
2024-01-20 08:50:40 -03:00
sudlud
bf7c004c4c fix(DB/Creature): fix additional guid conflicts (#18195)
- follow-up to PR #18170 to fix the remaining guid conflicts of PR #15634
2024-01-20 08:50:23 -03:00
Dan
9024ec314d fix(Scripts/SSC): make sure Vashj doesn't move during P2 (#18187)
* initial commit

* final
2024-01-20 08:50:07 -03:00
github-actions[bot]
1df7d87e40 chore(DB): import pending files
Referenced commit(s): 00f269bacd
2024-01-16 21:57:35 +00:00
Dan
00f269bacd fix(DB/SAI): make sure conjured elementals on Aran don't move after spawning (#18183)
init
2024-01-16 18:56:24 -03:00
github-actions[bot]
6ad2eb41f3 chore(DB): import pending files
Referenced commit(s): ae2a4a60c4
2024-01-16 21:47:42 +00:00
Dan
519ec8de65 fix(DB/SAI): Make sure Lurker archers don't move after spawning (#18184)
init
2024-01-16 18:47:21 -03:00
Dan
ae2a4a60c4 fix(DB/SAI): Make sure Tainted Elementals on Vashj have better movement (#18185)
init
2024-01-16 18:46:37 -03:00
Anton Popovichenko
423b676802 fix(Scripts/IcecrownCitadel): Fix Sindragosa respawn (#18179)
Fix Sindragosa respawn
2024-01-16 08:37:05 -03:00
github-actions[bot]
a5cd23fa5b chore(DB): import pending files
Referenced commit(s): 139e4ebafd
2024-01-15 00:17:05 +00:00
Andrew
139e4ebafd chore(DB/Creature): fix guid conflicts (#18170)
* chore(DB/Creature): fix guid conflicts

* Update rev_1705256343927806600.sql
2024-01-15 01:16:01 +01:00
github-actions[bot]
707df27233 chore(DB): import pending files
Referenced commit(s): 2c7c3b6832
2024-01-14 17:01:56 +00:00
Pedro Antonio
2c7c3b6832 fix(CORE/OPvP): Halaa Mechanics not working properly (#15634) 2024-01-14 14:00:53 -03:00