Mike Delago
3033b2da4e
chore(apps): remove deprecated db_assembler and erroneous .gitmodules ( #17039 )
...
* chore(Contrib): remove deprecated db_assembler
* chore(repo): Remove erroneous gitmodule
2023-08-19 22:13:22 +02:00
Kitzunu
abfae47cf9
refactor(docs): Clean up readme a bit ( #16849 )
...
---------
Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com >
2023-08-19 22:07:27 +02:00
Mike Delago
cf30d534f1
fix(Tools/DBImport): Add Env var support to DBimport tool ( #17019 )
...
add env var support for dbimport
2023-08-19 18:52:12 +02:00
Anton Popovichenko
57e0b496bd
fix(Core/Transport): Fixes crash with loading player on deleted transport ( #17021 )
...
* fix(Crash): Fixes crash with loading player on deleted transport
* Remove whitespace
2023-08-18 16:13:43 +02:00
Kitzunu
4f015d0967
refactor(Deps/MySQL): Tidy up FindMySQL for windows ( #16948 )
2023-08-14 23:39:03 +02:00
Kitzunu
39ec7464ef
fix(build): macOS ( #17007 )
...
* fix(build): macOS
* Revert "fix(build): macOS"
This reverts commit 612c41e41b2aea55069c0cfaf751c3ba7205e52f.
* Update Config.cpp
2023-08-14 23:38:30 +02:00
Anton Popovichenko
d69ee90ed3
feat(Core/Config): Implement config override with env vars ( #16817 )
...
* Core/Config: Implement config override with env vars
Implement overriding of configuration from the .conf file with environment variables.
Environment variables keys are autogenerated based on the keys defined in .conf file.
Usage example:
$ export TC_DATA_DIR=/usr
$ AC_WORLD_SERVER_PORT=8080 ./worldserver
* Add tests for env vars config
2023-08-14 22:07:43 +02:00
AzerothCoreBot
f633e4e9cd
chore(DB): import pending files
...
Referenced commit(s): cea0a3a52a
2023-08-14 19:05:34 +00:00
Webdrian
cea0a3a52a
fix(DB/Creature) Horrified Drakkari Shaman/Warrior ( #16953 )
2023-08-14 21:02:58 +02:00
Dan
8621118b83
fix(Scripts/OHF): Fix not being able to start the escort if you already killed Lt. Drake ( #17006 )
2023-08-14 13:05:20 -03:00
AzerothCoreBot
86bfef8874
chore(DB): import pending files
...
Referenced commit(s): 4b844980ba
2023-08-14 01:44:22 +00:00
Maria-sequel
4b844980ba
fix(DB/Creature): Kara Banquet Hall Formations ( #16900 )
2023-08-13 22:42:08 -03:00
AzerothCoreBot
3e9420e95e
chore(DB): import pending files
...
Referenced commit(s): c63c383f7a
2023-08-14 00:21:58 +00:00
Maria-sequel
c63c383f7a
fix(DB/Creature): Hellfire Warder Immunities ( #17003 )
...
* fix(DB/Creature): Hellfire Warder Immunities
* immunities
2023-08-13 21:19:44 -03:00
ZhengPeiRu21
e9e2176fb3
fix(DB/SAI): Jandice Barov correct spell IDs ( #17004 )
2023-08-13 21:19:19 -03:00
Christopher Galbraith
7d4cbb1178
fix(DB/Creature): Set Maleki the Palid to not respond to call for assistance ( #16999 )
...
* set maleki to not respond to call for help
2023-08-13 21:18:12 -03:00
AzerothCoreBot
3983e13057
chore(DB): import pending files
...
Referenced commit(s): b643b2cc0e
2023-08-13 17:08:48 +00:00
Maria-sequel
b643b2cc0e
fix(DB/Creature): Kara Arcane Protector improvements ( #16901 )
...
* fix(DB/Creature): Kara Arcane Protector Mechanic Immune and patrol
* SNIFFED
* respawn timer and spawnmask
2023-08-13 14:06:33 -03:00
AzerothCoreBot
3d9588af9f
chore(DB): import pending files
...
Referenced commit(s): 49c2eabea1
2023-08-13 16:53:56 +00:00
Skjalf
49c2eabea1
fix(Scripts/Karazhan): Fix Servant Quarters rares not spawning ( #17001 )
...
* fix(Scripts/Karazhan): Fix Servant Quarters rares not spawning
* Update rev_1691944209332122100.sql
2023-08-13 13:51:43 -03:00
AzerothCoreBot
8547a66900
chore(DB): import pending files
...
Referenced commit(s): 8dc8424f09
2023-08-13 16:41:21 +00:00
Skjalf
8dc8424f09
fix(Scripts/OHF): Killing Drake should not be required to start Thral… ( #17000 )
...
fix(Scripts/OHF): Killing Drake should not be required to start Thrall's escort
2023-08-13 13:39:08 -03:00
AzerothCoreBot
5108a47c20
chore(DB): import pending files
...
Referenced commit(s): bc18c12d4f
2023-08-13 08:02:38 +00:00
Gultask
bc18c12d4f
refactor(DB/SAI): Port 'The Dread Relic' from event_scripts to SmartAI ( #16998 )
...
Create rev_1691887692026103900.sql
2023-08-13 05:00:24 -03:00
Mike Delago
741403e157
fix(Apps/Docker): adduser/addgroup commands in dockerfile ( #14914 )
...
Fix useradds in dockerfile
2023-08-12 21:01:49 +02:00
AzerothCoreBot
986767a822
chore(DB): import pending files
...
Referenced commit(s): 8d803334eb
2023-08-12 17:55:45 +00:00
Gultask
8d803334eb
feat(Core/SmartAI): Add new event parameter, event_param6 ( #16944 )
...
* init
* pt2
* this template stuff must go
* also for my other event
2023-08-12 14:53:15 -03:00
AzerothCoreBot
70fdaafd79
chore(DB): import pending files
...
Referenced commit(s): a369402f4b
2023-08-12 17:52:14 +00:00
Kitzunu
a369402f4b
fix(DB/Gossip): Change MenuID to INT from SMALLINT ( #16982 )
...
* fix(DB/Gossip): Change MenuID to INT from SMALLINT
* update cpp
2023-08-12 19:49:43 +02:00
AzerothCoreBot
36062b9c21
chore(DB): import pending files
...
Referenced commit(s): b1e8eda0b0
2023-08-12 15:51:24 +00:00
Roddan
b1e8eda0b0
fix(DB/Creature) Wrathscale Sorceress casts Frostbolt ( #16927 )
...
* Fixed Spell on the mob
Added so Wrathscale Sorceress uses Frostbolt
* Update WrathscaleSorceressFix.sql
* Update WrathscaleSorceressFix.sql
2023-08-12 17:49:04 +02:00
Mike Delago
4f87cf96d8
fix(Apps/Docker): Git version resolution in docker build ( #16379 )
...
fix git for docker build
2023-08-12 17:48:17 +02:00
AzerothCoreBot
1209d61565
chore(DB): import pending files
...
Referenced commit(s): c256d8da55
2023-08-11 22:20:06 +00:00
Grimgravy
c256d8da55
fix(Scripts/Spell): Improve Inoculation quest ( #15759 )
...
* fix(Core/Quest): Improve Inoculation
* update fix
* .
* ..
2023-08-12 00:17:06 +02:00
Skjalf
211ceecc32
chore(Scripts/Karazhan): Clean up Maiden of Virtue script ( #16977 )
2023-08-12 00:14:47 +02:00
Dan
ebbb7d2f3c
fix(DB/UBRS): change rep on kill for Pyroguard Emberseer from 50 to 20 ( #16888 )
...
initial
...
Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com >
2023-08-12 00:14:35 +02:00
Roddan
1f32823682
fix(DB/Creature): Infected Wildkin uses Infected Wound ( #16929 )
...
* Fixed Infected Wound Ability
Fixed Infected Wound Ability
* Update infectedwildkinfix.sql
* Update infectedwildkinfix.sql
* Update infectedwildkinfix.sql
* Update infectedwildkinfix.sql
2023-08-12 00:14:18 +02:00
AzerothCoreBot
3fc394aeb6
chore(DB): import pending files
...
Referenced commit(s): de2e2b6e8b
2023-08-11 22:05:29 +00:00
Kitzunu
de2e2b6e8b
fix(Scripts/Command): Improve output of event commands ( #16980 )
2023-08-12 00:03:03 +02:00
Tung Bui (Leo)
da8ebbae0b
fix(Scripts/UBRS): typo in Blackrock Spire instance ( #16976 )
...
* fix(spells/scripts): typo in Blackrock Spire instance
* fix(spells/scripts): typo in Blackrock Spire instance - usage
2023-08-10 23:13:45 -03:00
avarishd
7c43738214
fix(Spells/Scripts): Gnomish Poultryizer ( #15554 )
...
fix(Spells/Scripts): Gnomish Poultryizer not breaking on damage
2023-08-10 14:37:14 -03:00
AzerothCoreBot
4eb96bb684
chore(DB): import pending files
...
Referenced commit(s): 1802d91c17
2023-08-10 17:15:16 +00:00
ICXCNIKA
1802d91c17
fix(DB/Locale): deDE fixes for request items 7 ( #16288 )
...
Fixes several wrong entries and adds missing entries in the quest_request_items_locale.sql table for the deDE localisation.
2023-08-10 14:12:59 -03:00
ICXCNIKA
5d902cc30c
fix(DB/Locale): deDE fixes for request items 6 ( #16287 )
...
Fixes several wrong entries and adds missing entries in the quest_request_items_locale.sql table for the deDE localisation.
2023-08-10 14:12:27 -03:00
Dan
310b143008
chore(Scripts/Karazhan): rework Opera scripts using TaskScheduler ( #16688 )
...
* initial
* removing guids/using creature instance data
* move summontito
* add data for oz adds
* removal of unused stuff + removal of if condition
that makes it get stuck
* fix
* fix and add validators
* some fixes and validators
* attempt to reset
* fix talk + change flags
* debug to see where it is going wrong
* handle despawn on all
* cleanup
* codestyle
* more codestyle
* add tito data + tito despawn
* first steps on romulo and j
* with setdata
* test
* test
* some debug
* no way this was the problem
* add action to resume combat on revive
* leftovers
* remove old check to ensure abilities don't
keep casting. this was preventing the scheduler from updating
* getdata
* camelCase
* restore updatevictim
might make them attack you
* some cleanup
* some cleanup and door
door should now open on wipe
* fix mistake
* fix?
* attempt to fix dead attacking
* fix mistake
* schedule location fix
* fix logic
- Julianne and Romulo now resurrect properly
- fight stops when both die within 10 seconds
- correct lines are being said, I think
- made the script a bit better overall
* fix codestyle?
* remove leftovers
* remove leftovers
* add spaces
2023-08-10 14:03:48 -03:00
Skjalf
4f20e27794
docs: Simplify the pull request template ( #16869 )
...
* docs: Simplify the pull request template
* fix typo
* Update pull_request_template.md
* Update pull_request_template.md
* Update pull_request_template.md
2023-08-10 08:45:33 -03:00
AzerothCoreBot
d6dfcf2dcf
chore(DB): import pending files
...
Referenced commit(s): d0c9b187f7
2023-08-10 09:42:11 +00:00
Maria-sequel
d0c9b187f7
fix(DB/Creature): Desolace Kolkar have no resistances. ( #16972 )
2023-08-10 06:39:43 -03:00
Skjalf
808b8bf07a
fix(Core/Arena): Fix LegacyArenaPoints logic ( #16967 )
2023-08-09 09:32:32 -03:00
AzerothCoreBot
30782ecca8
chore(DB): import pending files
...
Referenced commit(s): 5ba2c18ce6
2023-08-09 08:46:04 +00:00