Commit Graph

8413 Commits

Author SHA1 Message Date
github-actions[bot]
9ad39d8e21 chore(DB): import pending files
Referenced commit(s): 6b9d98b2c9
2024-02-05 16:06:18 +00:00
sudlud
6b9d98b2c9 fix(DB/Creature): reassign equipment_id to creatures 25949, 26221 (#18274) 2024-02-05 17:05:02 +01:00
github-actions[bot]
f72174c622 chore(DB): import pending files
Referenced commit(s): 1ec72ae6dc
2024-02-04 14:12:06 +00:00
Dan
26d0c137a9 fix(DB/ShadowmoonValley): add Arcane Explosion to Arcane Bursts and make them despawn (#18271)
arcane burst
2024-02-04 11:11:31 -03:00
Dan
1ec72ae6dc fix(Scripts/TheEye): add Kael adds to the cpp script (#18257)
* initial

* add sql file to change to script

* make sure scheduler runs

* fix focus gaze mechanic

* leftover tabs

* remove comment
2024-02-04 11:11:12 -03:00
github-actions[bot]
4a9289e14c chore(DB): import pending files
Referenced commit(s): 186cb58a0f
2024-02-03 14:12:32 +00:00
sudlud
186cb58a0f fix(Scripts/Dalaran): Update Toy Shop Toy Plane behaviour based on sniffs (#18239)
* fix(Scripts/Dalaran): Update Toy Shop Toy Plane behaviour based on sniffs

* update comments and waypoints for smoother movement

* move initalization to Reset() function
2024-02-03 15:11:36 +01:00
github-actions[bot]
3113ba2bd0 chore(DB): import pending files
Referenced commit(s): 30a34154c5
2024-02-03 10:54:58 +00:00
sudlud
30a34154c5 fix(DB/Midsummer): disable unrelated debris spawns in front of the Ex… (#18252)
fix(DB/Midsummer): disable unrelated debris spawns in front of the Exodar
2024-02-03 11:54:01 +01:00
github-actions[bot]
37cc649ba0 chore(DB): import pending files
Referenced commit(s): ef54219be4
2024-02-03 10:51:58 +00:00
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
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
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
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
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
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
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
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