Maelthyr
dfc6adb081
refactor(Core/Combat): DeleteThreatLists() become ClearAllThreat() ( #11824 )
...
refactor(Chore/Combat): DeleteThreatLists() become ClearAllThreat()
2022-05-23 05:51:52 -03:00
Maelthyr
c5368816fa
Core/Combat: rename getThreatMgr() to GetThreatMgr() ( #11758 )
2022-05-18 05:36:57 -03:00
Nefertumm
6ca5938d75
fix(Scripts/AQ): Rewrite bug trio fight ( #11565 )
...
* fix(Core/AQ): Rewrite bug trio fight
* update sql to newest
* with a comment
* fix build
* finish?
* build
* add evade boundary
2022-05-08 10:49:23 +02:00
Charlton Lau
6a58d1ee69
fix(Script/Quest): A Pawn on the Eternal Board freezing world ( #11616 )
2022-05-05 05:04:53 +02:00
Skjalf
e7531fa2a9
fix(Scripts/TempleOfAhnQiraj): Battleground Sartura should not be ski… ( #11596 )
...
* fix(Scripts/TempleOfAhnQiraj): Battleground Sartura should not be skippable
* Update instance_temple_of_ahnqiraj.cpp
2022-05-03 07:26:42 -03:00
Skjalf
0ffa270c94
fix(Scripts/TempleOfAhnQiraj): Correct Battleguard Sartura spell ids ( #11597 )
2022-05-02 07:55:55 -03:00
Greg Wilkinson
47e0c0d88b
fix(Script/Instance): Azuregos' Mark of Frost debuff should persist through wipe and reset ( #11345 )
...
* Add files via upload
Fixes Issue #11343
* Update boss_azuregos.cpp
Changed Back SAY_KILL per AC Staff
* Update boss_azuregos.cpp
Add back CancelAll on reset
2022-04-18 19:38:32 +02:00
acidmanifesto
db360f0cfb
Fix (Core\DB) Hostil to Hostile spelling fix ( #11399 )
...
* Fix (Core) Hostil to Hostile spelling fix
* sql cmd adjustment as well
* AliGnZ
* Further Hostil to Hostile Correction
Per @Si1ker Research via https://github.com/azerothcore/azerothcore-wotlk/pull/11399#issuecomment-1099506373
2022-04-16 11:00:38 -04:00
IntelligentQuantum
ab4ee71762
feat(Core/Maps): AreaBoundary ( #10525 )
...
* cherry-picked commit (2da458c56d )
2022-04-15 14:10:41 +02:00
Axel Cocat
17e143763a
fix(Core/Unit): Remove some hardcoded texts ( #5816 )
2022-04-15 13:17:06 +02:00
Kitzunu
b41967a067
feat(Core/GameObject): Gob flag helpers ( #11287 )
2022-04-05 13:52:58 +02:00
Kitzunu
edb7cac19b
feat(Core/Unit): NPCFlags helpers ( #11286 )
...
* cherry-pick commit (TrinityCore/TrinityCore@d611925 )
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
2022-04-05 13:52:42 +02:00
Kitzunu
535c7451a2
feat(Core/Unit): New helpers for DynamicFlags ( #11230 )
...
* feat(Core/Unit): New helpers for DynamicFlags
* cherry-pick commit (d611925dc7 )
Co-Authored-By: Shauren <shauren.trinity@gmail.com >
* oopsie
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2022-04-01 07:14:29 -03:00
Kitzunu
856aed6fc6
feat(Core/Unit): New helpers for UnitFlag and UnitFlag2 ( #11227 )
2022-03-30 07:59:42 -03:00
UltraNix
68891ccd74
fix(Core/Loot): Fixed some chests inside dungeons not being bound only to participants. ( #10995 )
2022-03-18 18:33:04 -03:00
Skjalf
d835832171
fix(Scripts/OnyxiasLair): Force Onyxia to enter evade mode if pulled out of her room ( #10890 )
2022-03-07 14:14:10 -03:00
Skjalf
d4b3e8f201
chore(Core/Creature): clean up an unnecessary function ( #10904 )
2022-03-06 03:12:06 -03:00
Skjalf
cb7f3d50ed
fix(Scripts/Kalimdor): fix Azuregos respawn timer not persisting after restarts ( #10823 )
2022-02-26 18:36:01 -03:00
Nefertumm
9a67c0f0b0
fix(Core/Spells): Azuregos teleport should only drop threat for hit units ( #10722 )
2022-02-22 01:35:11 -03:00
UltraNix
1366838a05
fix(DB/Creatures): Nat Pagle should display vendor icon if player completed Nat's Measuring Tap quest. ( #10657 )
...
Moved c++ script to DB. Original author: @offl
Fixes #10559
2022-02-17 01:13:39 +01:00
Kitzunu
455899dc75
fix(Core/Misc): Change const to be after type name ( #10591 )
2022-02-14 16:05:45 -03:00
Skjalf
e1711e28f7
fix(Scripts/Kalimdor): Azuregos should respawn within 2 and 3 days ( #10645 )
2022-02-12 23:31:48 -03:00
Benjamin Jackson
246babb12c
fix(Scripts/ThousandNeedles): Add final waypoint dialog for quest 4904 "Free at Last" ( #10517 )
2022-02-11 17:32:54 +01:00
Nefertumm
bffe838163
fix(Core/Quest): For The Horde! ( #10330 )
...
* Fix(Core/Quest): Fix For The Horde! quest
* fix build
* Change the methods
2022-02-10 17:40:20 -03:00
Nefertumm
520f0c6a50
fix(Core/WorldBoss): Azuregos rewrite ( #10369 )
2022-02-10 07:51:35 -03:00
IntelligentQuantum
93520f6466
feat(Core/Position): own file ( #10505 )
2022-02-08 05:12:42 -03:00
Nefertumm
1dbbed0c50
fix(DB/Quest): move Lost In Battle to DB ( #10378 )
2022-02-04 17:53:18 +01:00
Kargatum
3a0a9ba088
feat(Core/Common): move EventMap to separated files, add support chrono ( #10209 )
2022-02-04 15:12:45 +01:00
Kargatum
5969df4e30
refactor(Core/Logging): switch to fmt style for LOG_ ( #10366 )
...
* feat(Core/Common): add support fmt style for ASSERT and ABORT
* correct CheckCompactArrayMaskOverflow
* 1
* Update src/server/game/Spells/Spell.cpp
* rework logging
* add fmt replace logs
* logging
* FMT_LOG_
* settings
* fix startup
* 1
* 2
* 3
* 4
* 5
* fmt::print
* to fmt
2022-01-27 16:44:41 +01:00
UltraNix
fa6e9818fb
fix(Scripts/Omen): Giant Spotlight NPC should be not selectable. ( #10198 )
...
Fixes #10085
2022-01-22 20:15:50 -03:00
Francesco Borzì
abc56842c4
refactor(Core): remove unused imports ( #10296 )
2022-01-22 11:21:35 +01:00
Kargatum
259b9133f6
feat(Core/Common): add new helpers for time utility ( #10207 )
2022-01-19 12:01:59 +07:00
Kitzunu
d1cc65b1c7
refactor(Core/Misc): isEmpty to IsEmpty ( #10011 )
2022-01-13 21:43:15 -05:00
acidmanifesto
4330e44ad0
fix (Core/CodeReduction) TC_ removal ( #10162 )
...
TC_ remove from any commit out TC_LOG in the event when we do need to run debug logging, we can just remove the // instead of // TC_
2022-01-13 14:39:54 -05:00
Kitzunu
cb7e355291
refactor(Core/Misc): sin() to std::sin() ( #9795 )
2022-01-06 19:29:40 +01:00
IntelligentQuantum
fb249836e9
Core\Packet\Misc: Weather ( #9648 )
2022-01-04 13:52:13 -05:00
Nefertumm
d810ddf042
Fix(Core/Quest): Pet issues with They're Alive! Maybe... ( #9918 )
2022-01-03 15:09:25 -05:00
Nefertumm
9df725e265
fix(Core/CullingOfStratholme): Chromie start ( #9898 )
2022-01-03 15:44:55 -03:00
Nefertumm
b8c0c9bf6b
Fix(Core/Creature): Disable shredder should not attack creatures nearby ( #9920 )
2022-01-03 13:51:40 -04:00
Kitzunu
ac99eb48e1
refactor(Core/Misc): abs() to std::abs() ( #9789 )
2021-12-31 19:29:39 -03:00
Kitzunu
69683a3472
chore(Scripts/Misc): Cleanup some more JustDied hooks ( #9768 )
2021-12-31 12:00:40 -03:00
Noxies
bbf08c1aaa
fix(Core/TemporarySummon): Implement TEMPSUMMON_TIMED_DESPAWN_OOC_ALIVE ( #9915 )
2021-12-30 08:05:46 -03:00
Skjalf
1a75b3ef0d
fix(Scripts/Silithus): Solve issues with bosses despawing too fast ( #9914 )
2021-12-29 09:23:34 -03:00
Kargatum
c81891fc11
feat(Core/AI): convert SelectAggroTarget to enum class ( #9893 )
2021-12-28 19:13:12 -03:00
Noxies
3412c3e219
fix(Scripts/Silithus): Wind Stone summons roleplay & despawn ( #9899 )
2021-12-28 10:46:39 -03:00
Noxies
21a5968349
fix(Scripts/Silithus): Wind stone summons ( #9859 )
2021-12-23 15:51:54 -03:00
IntelligentQuantum
11a734bf2b
refactor(Core/Scripts): Spell To Scripts ( #9718 )
2021-12-21 11:13:45 -03:00
Skjalf
267cd9a75a
chore(Scripts/Silithus): fix warning ( #9812 )
2021-12-20 14:56:08 -03:00
Skjalf
c70cc855ff
fix(Scripts/Silithus): Prevent summoning multiple windstone creatures ( #9801 )
2021-12-19 22:23:55 -03:00
Francesco Borzì
cbc7e5466a
refactor(Core): remove unused imports ( #9767 )
2021-12-19 19:41:14 +01:00