ZhengPeiRu21
b68c3a733a
Merge branch 'azerothcore:master' into Playerbot
2022-10-24 08:50:01 -06:00
schell244
c54d56c7d0
fix(Core/Event): STV Riggle Bassbait broadcast text ids ( #13517 )
...
* fix broadcast_text not found
* use creature->AI()->Talk() instead of creature->Yell()
Co-authored-by: schell244 <>
2022-10-24 10:09:52 -04:00
Gultask
b0c09a3596
fix(Scripts/TempleOfAhnQiraj): Prevent Sartura from casting Whirlwind while stunned ( #13481 )
...
Update boss_sartura.cpp
2022-10-23 17:04:16 -03:00
UltraNix
e2b866dea3
fix(Core/Spells): Deep Wounds can proc off from non-physical spells. ( #13494 )
...
Fixes #13431
2022-10-23 16:51:47 -03:00
Gultask
2dddc09142
fix(Scripts/TempleOfAhnQiraj): Prevent Uppercut from triggering Double Attack ( #13482 )
...
Update boss_twinemperors.cpp
2022-10-23 16:44:25 -03:00
AzerothCoreBot
6cefa4d764
chore(DB): import pending files
...
Referenced commit(s): 67f5e59044
2022-10-23 19:40:12 +00:00
UltraNix
67f5e59044
fix(DB/Creatures): Timothy Cunningham should be civilian. ( #13495 )
...
Fixes #13423
2022-10-23 16:38:05 -03:00
Gultask
e9be05131c
fix(Scripts/TempleOfAhnQiraj): Correct Anubisath Defender Explode spell ID ( #13500 )
...
Update temple_of_ahnqiraj.cpp
2022-10-23 16:37:40 -03:00
AzerothCoreBot
328763a599
chore(DB): import pending files
...
Referenced commit(s): ae8ef1605c
2022-10-23 15:07:38 +00:00
UltraNix
ae8ef1605c
fix(DB/HallowsEnd): Fixed quest chaining of Fire Brigade Practice and… ( #13486 )
...
fix(DB/HallowsEnd): Fixed quest chaining of Fire Brigade Practice and Fire Training.
Fixes #13439
2022-10-23 12:05:36 -03:00
UltraNix
dbd785593d
fix(Scripts/HallowsEnd): Fixed starting "Let the fires come" event. ( #13487 )
...
Fixes #13440
Fixes #13441
2022-10-23 12:04:55 -03:00
M'Dic
55a5684c87
Add (core): Effect Transmit Anticheat Helper ( #13447 )
...
Add (core): Anticheat Helper
2022-10-23 09:19:35 -04:00
ZhengPeiRu21
e0b905aef7
Merge branch 'azerothcore:master' into Playerbot
2022-10-22 17:44:53 -06:00
Yehonal
7d2eb5e9bd
fix(CORE/docker): path on conf generation
2022-10-22 20:03:42 +02:00
AzerothCoreBot
252dd26eb8
chore(DB): import pending files
...
Referenced commit(s): da0b8b461a
2022-10-22 14:17:09 +00:00
UltraNix
da0b8b461a
fix(DB/HallowsEnd): Fixed "Trick or Treat" gossip option for Innkeepe… ( #13488 )
...
fix(DB/HallowsEnd): Fixed "Trick or Treat" gossip option for Innkeeper Allison. Source: TrinityCore.
Fixed #13462
2022-10-22 11:14:59 -03:00
Yehonal
171df31196
feat(CORE/bash): implemented acore dashboard for Windows ( #13476 )
...
+ implemented acore dashboard for windows
+ integrated acore dashboard for windows in our pipeline
+ implemented dry run for windows build
+ fixed permissions issue for all the operating systems
+ code clean
2022-10-22 15:40:13 +02:00
Skjalf
b35c907cde
fix(Scripts/TempleOfAhnQiraj): Fix Cthun 3-beam focus mechanic resett… ( #13479 )
...
fix(Scripts/TempleOfAhnQiraj): Fix Cthun 3-beam focus mechanic resetting after Dark Glare
2022-10-22 07:34:38 -03:00
Yehonal
77a52b8001
fix(CORE): another attempt to fix the dbimport command line warning ( #13449 )
2022-10-22 00:21:16 +02:00
Yehonal
53219310cf
fix(CORE): crash when AC_DISABLE_INTERACTIVE is not defined
2022-10-21 23:05:05 +02:00
AzerothCoreBot
99bce5672c
chore(DB): import pending files
...
Referenced commit(s): d1acab8abf
2022-10-21 10:35:15 +00:00
M'Dic
d1acab8abf
Fix (db): Graveyard Frostmane Hold Alliance ( #13448 )
...
Frostmane Hold Grave Fix Alliance
2022-10-21 06:33:10 -04:00
AzerothCoreBot
e526a4e759
chore(DB): import pending files
...
Referenced commit(s): da0aa78836
2022-10-21 02:41:37 +00:00
Skjalf
da0aa78836
fix(DB/SAI): Script Colossus of Zora, Ashi and Regal (AQ War Event npcs) ( #13461 )
2022-10-20 23:39:38 -03:00
AzerothCoreBot
18f498304b
chore(DB): import pending files
...
Referenced commit(s): 28d1913276
2022-10-20 12:41:36 +00:00
schell244
28d1913276
fix(Core/Event): Rework STV Fishing Extravaganza ( #12506 )
...
* rework riggle bassbait script
* make sure STV_FISHING_HAS_WINNER gets reset
* add script for npc Jang, some improvements for Riggle script. TODO: Jang quest menu and Fishbot5000 quest condition
* fix jang not offering quest
* script fishbot 5000
* some cleanup
* some more cleanuo
* endline
* minimum fishing req for quests is 150
* min fishing skill for flyer is 150
* link box to correct event
* riggle: broadcast texts, announcement happens when pools despawn
* remove redundant code
* Convert Fishbot5000 to db, cleanup comments
* add missing end line - finished now.
* attempt to fix event not launching in real time
* fix condition for world states, when value is 0, convert jang to db
* keep jang gossip also when event has a winner
* small further improvements
* Update src/server/scripts/World/npcs_special.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
* Update src/server/scripts/World/npcs_special.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
* Update src/server/scripts/World/npcs_special.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
* apply suggestions
* Update src/server/scripts/World/npcs_special.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
* apply suggestions
* apply one more suggestion
* Update src/server/scripts/World/npcs_special.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
* Update src/server/scripts/World/npcs_special.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
* Update src/server/scripts/World/npcs_special.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
* apply suggestion
* use Talk() instead of Yell()
* use Yell() without passing LANG_UNIVERSAL
Co-authored-by: schell244 <>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2022-10-20 08:39:30 -04:00
AzerothCoreBot
a3014a7e96
chore(DB): import pending files
...
Referenced commit(s): cac62b931c
2022-10-20 10:42:52 +00:00
neifion-00000000
cac62b931c
fix(DB/gameobject, pool): overhaul Durotar chests ( #13430 )
...
* db(gameobject, pool): overhaul Durotar chests
* Update rev_1665912446406640400.sql
2022-10-20 06:40:10 -04:00
M'Dic
e836f08cc4
Revert feat(core): Start Process and DBUpdater ( #13465 )
...
Revert "feat(CORE): for Start Process and DBUpdater
This a selective reverts for commits:
c855e8d227 and 636df19514 . To re-enable the windows build to function again while applying updates.
Update DBUpdater.cpp
2022-10-20 07:43:34 +02:00
ZhengPeiRu21
4b8fb01016
Merge branch 'azerothcore:master' into Playerbot
2022-10-19 19:25:35 -06:00
AzerothCoreBot
1fe126766f
chore(DB): import pending files
...
Referenced commit(s): d50aa178d8
2022-10-19 21:29:06 +00:00
ZhengPeiRu21
d50aa178d8
fix(DB): Fix variable in 2022_10_07_06.sql ( #13451 )
...
* fix(DB): Fix variable in 2022_10_07_06.sql
* Repopulate gameobject table
* Repopulate gameobject table
2022-10-19 18:26:52 -03:00
Yehonal
636df19514
feat(CORE): implemented AC_DISABLE_INTERACTIVE for DBUpdater ( #13450 )
...
Implement AC_DISABLE_INTERACTIVE that allow us to skip the question when the db doesn't exit
2022-10-19 10:57:29 +02:00
AzerothCoreBot
9cda0bb2e6
chore(DB): import pending files
...
Referenced commit(s): 651b8eeea8
2022-10-18 12:45:30 +00:00
temperrr
651b8eeea8
fix(DB/item_template): Blue sack of gems should not multidrop ( #13429 )
2022-10-18 08:43:30 -04:00
M'Dic
800c16bbf8
Fix (core): SMSG_BINDPOINTUPDATE packet fix ( #13452 )
2022-10-18 06:47:04 -04:00
Angelo Venturini
07d4144c12
fix: codestyle CI ( #13453 )
2022-10-17 20:21:22 -03:00
Yehonal
a82cf659a3
feat(CORE/docker): switch to docker compose and check the version ( #13444 )
...
* feat(docker): switch to `docker compose` and check the version
* chore: removed all docker-compose commands in CI
2022-10-17 22:50:31 +02:00
ZhengPeiRu21
ce8592b29b
Merge branch 'azerothcore:master' into Playerbot
2022-10-17 10:41:21 -06:00
Yehonal
563596bc69
fix(CORE): revert to mysql -p argument.
...
A different and non deprecated approach should be used.
2022-10-17 15:47:34 +00:00
Yehonal
a8d41010f5
fix(CORE): gcc compilation errors with gtest ( #13445 )
2022-10-17 16:01:32 +02:00
Yehonal
c855e8d227
fix(CORE/dbupdate)): allow to pass MySQL password via env ( #13404 )
...
* fix(CORE/dbupdate)): allow to pass MySQL password via env
+ fixed devContainer override file issue
+ added authserver dry-run in our CI
2022-10-17 10:53:42 +02:00
AzerothCoreBot
b427e8e18c
chore(DB): import pending files
...
Referenced commit(s): 2af95abc2c
2022-10-17 04:28:24 +00:00
Angelo Venturini
2af95abc2c
fix(Scripts/TempleOfAhnQiraj): Skeram copies shouldn't save raid cd ( #13422 )
2022-10-17 01:26:20 -03:00
Angelo Venturini
a949f812a7
fix(Scripts/TempleOfAhnQiraj): Anubisath Sentinel Mortal Strike and M… ( #13435 )
...
...ana Burn
2022-10-17 01:25:23 -03:00
AzerothCoreBot
048d82ae69
chore(DB): import pending files
...
Referenced commit(s): 018a825e0c
2022-10-17 03:01:32 +00:00
Gultask
018a825e0c
fix(Scripts/TempleOfAhnQiraj): Correct post-teleport threat values for Twin Emperors ( #13437 )
2022-10-16 23:59:22 -03:00
temperrr
0c848d836f
fix(DB/SAI): vekniss warrior should not use impale ( #13428 )
2022-10-16 23:58:03 -03:00
Angelo Venturini
572a4325d8
fix(Scripts/TempleOfAhnQiraj): C'Thun pull range ( #13438 )
2022-10-16 23:53:45 -03:00
Gultask
8d26ce6bb5
fix(Scripts/TempleOfAhnQiraj): Use correct Ids for Drain Mana ( #13436 )
2022-10-16 23:48:19 -03:00