AzerothCoreBot
7f1908e809
chore(DB): import pending files
...
Referenced commit(s): cceb7a4d5f
2022-01-11 00:37:34 +00:00
UltraNix
cceb7a4d5f
fix(DB/GameEvents): Great-Father Winter's Helper NPCs should be present only during Winter Veil: Gifts event. ( #10064 )
...
Fixes #9981
2022-01-10 19:35:28 -05:00
acidmanifesto
b42deca6d1
Fix (Core): add missing default,break. ( #10114 )
...
Added missing default break in case switch.
2022-01-10 18:16:28 -05:00
AzerothCoreBot
78f0ce1cc8
chore(DB): import pending files
...
Referenced commit(s): f1d4266efc
2022-01-10 20:43:17 +00:00
Malcrom
f1d4266efc
BREAKING CHANGE:(DB/Creature) Remove modelId field in creature table ( #10071 )
...
* fix(DB/Creature) Clear modelId field in creature table
* Change clear column to remove column
* Update src/server/game/Globals/ObjectMgr.cpp
* Update ObjectMgr.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com >
2022-01-10 16:41:33 -04:00
AzerothCoreBot
4af723590f
chore(DB): import pending files
...
Referenced commit(s): 6b6a074afe
2022-01-10 20:12:47 +00:00
neifion-00000000
6b6a074afe
fix(DB): Add missing creatures and gameobject pools in Fel Rock ( #10052 )
...
Removes a Tattered Chest from a made up pool.
Adds Fel Rock Tattered Chest spawns (4 total) and pools them.
Adds missing Lord Melenas spawns (3 total) and pools them.
Researched on Mastery PTR https://www.youtube.com/watch?v=nxJcfxKNHDE
2022-01-10 15:10:58 -05:00
AzerothCoreBot
cbf0c345f6
chore(DB): import pending files
...
Referenced commit(s): ae795fbcaa
2022-01-10 19:06:55 +00:00
Malcrom
ae795fbcaa
fix(DB/Pathing) Everlook, Winterspring ( #10089 )
...
Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com >
2022-01-10 15:05:15 -04:00
AzerothCoreBot
da7f4da516
chore(DB): import pending files
...
Referenced commit(s): e482cce164
2022-01-10 17:04:47 +00:00
IntelligentQuantum
e482cce164
feat(Core/SmartScripts): Add a warning when a boolean value is outside of [0,1] range ( #10038 )
2022-01-10 14:03:00 -03:00
acidmanifesto
3cbe23865f
fix (Core/Creature): Random Gender on respawn if Gender exsist for Entry ( #10108 )
...
* Fix (Core\Creature): Random Gender on respawn if Gender exsrespawn
If creature has genders it will consider gender changing on respawn.
GetCreatureModelInfo to const
* Update Creature.cpp
2022-01-10 10:22:04 -05:00
Kargatum
c1ebda66ba
fix(Core/Pets): fixed crash happening when current pet is forcibly removed ( #10025 )
2022-01-10 09:19:43 -03:00
AzerothCoreBot
b2df4aa970
chore(DB): import pending files
...
Referenced commit(s): 2947c929f3
2022-01-09 15:54:14 +00:00
acidmanifesto
2947c929f3
fix (DB/NPC): Dalaran Visitor CTM fix ( #10058 )
...
* fix (DB/NPC): Dalaran CTM fix
Fixes the air swimmers when they land.
* Update rev_1641574598839293356.sql
* and replace of in
* Update data/sql/updates/pending_db_world/rev_1641574598839293356.sql
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2022-01-09 10:52:31 -05:00
Skjalf
2eac8fd67b
fix(Scripts/MoltenCore): Solve edge case that caused Majordomo to spawn double adds ( #10076 )
...
* fix(Scripts/MoltenCore): Remove minions from Majordomo's spawn list if they still exist
* fix domo for good
2022-01-09 11:02:42 -03:00
Kitzunu
14c0b62be5
refactor(Core/Unit): Split spell things into SpellDefines.h ( #10009 )
2022-01-09 12:37:51 +01:00
IntelligentQuantum
aaf85d0984
refactor(Core/Packet): Combat log ( #9673 )
2022-01-09 05:21:41 +01:00
AzerothCoreBot
a331698c5b
chore(DB): import pending files
...
Referenced commit(s): dbc35e3495
2022-01-09 00:41:15 +00:00
Kitzunu
dbc35e3495
feat(DB/Creature): Allow to set swim and flight speeds ( #10067 )
2022-01-09 01:34:39 +01:00
AzerothCoreBot
18830ae00e
chore(DB): import pending files
...
Referenced commit(s): 6a696bffd3
2022-01-08 21:29:32 +00:00
Malcrom
6a696bffd3
fix(DB/Pathing) Timbermaw Hold ( #10072 )
2022-01-08 17:27:46 -04:00
Kitzunu
9d96adeb6b
fix(Scripts/Icecrown Citadel): Ensure Deathbringer Saurfang casts Frenzy ( #10048 )
...
* cherry-pick commit (a0a64b10b5 )
Co-Authored-By: Gildor <521036+Jildor@users.noreply.github.com >
2022-01-08 16:12:33 +01:00
Skjalf
0e29319d8f
fix(Scripts/MoltenCore): Ensure Majordomo minions that completely despawned respawn on wipes ( #10061 )
2022-01-08 11:31:37 +01:00
IntelligentQuantum
725b1266b4
refactor(Core/Packet): Chat ( #9509 )
...
* Chat
* .
* Update GameObject.cpp
* Update Object.cpp
* Update Player.cpp
2022-01-08 07:11:06 -03:00
AzerothCoreBot
03efc110a0
chore(DB): import pending files
...
Referenced commit(s): 0fbe0b604d
2022-01-07 16:07:46 +00:00
UltraNix
0fbe0b604d
fix(DB/GameEvents): Added missing spawn of Melnan Darkstone. Source: TrinityCore. ( #9657 )
...
Fixes #9590
2022-01-07 11:06:02 -05:00
AzerothCoreBot
2f7a92ecf7
chore(DB): import pending files
...
Referenced commit(s): 43c3896128
2022-01-07 14:03:33 +00:00
UltraNix
43c3896128
fix(DB/GameEvents): new game event Darkmoon Faire Building (Terokkar Forest)( #9654 )
...
- Closes #9592
2022-01-07 15:01:47 +01:00
UltraNix
2c6a692000
fix(Core/Entities): extend combo point system to all Units ( #9816 )
...
- Closes #1140
2022-01-07 11:18:03 +01:00
IntelligentQuantum
2e6213d526
feat(Core/SmartScripts): SMART_ACTION_ATTACK_STOP #10053
2022-01-07 04:19:32 -03:00
Tim Fleschenberg
3085f64e50
fix(Core/Handlers): remove the uint8 cap from guild bank max stacks per day
2022-01-07 02:56:32 -03:00
AzerothCoreBot
3b3bef5f95
chore(DB): import pending files
...
Referenced commit(s): 2e622e2771
2022-01-07 03:04:50 +00:00
Malcrom
2e622e2771
fix(DB/Pathing) Swamp of Sorrow ( #10042 )
2022-01-07 04:03:03 +01:00
Malcrom
85bf69a6a1
fix(Scripts/Creature): Convert npc_ranger_lilatha script to RegisterCreatureAI ( #10043 )
2022-01-07 04:02:28 +01:00
AzerothCoreBot
2b1559c4ec
chore(DB): import pending files
...
Referenced commit(s): 5a8b455697
2022-01-07 02:50:17 +00:00
Malcrom
5a8b455697
fix(DB/Pathing): Westfall ( #10046 )
2022-01-07 03:48:34 +01:00
Malcrom
fdcaa8e1ae
fix(DB/Pathing): Darkshire ( #10044 )
2022-01-07 03:48:27 +01:00
AzerothCoreBot
c7510d21b8
chore(DB): import pending files
...
Referenced commit(s): 5d45c52c3e
2022-01-06 18:32:07 +00:00
Cláudio Costa
5d45c52c3e
fix(Core/Creature): Fire Elemental Invasion changes ( #9372 )
...
* fix(DB): Blazing elemental invasion event
- Fixed Elemental Invader's SmartAI;
- Re-arranged Elemental Rifts SmartAI for controlled spawning of
Invaders.
* SmartAI: SetCounter to be able to subtract
* Target unit or summoner changed for worldobjects
* extra checks and last sql file
* Codestyle
* codestyle
* adding Baron to elemental invasions
* changed owner or summoner target (SmartAI)
* codestyle
2022-01-06 19:30:23 +01:00
Kitzunu
cb7e355291
refactor(Core/Misc): sin() to std::sin() ( #9795 )
2022-01-06 19:29:40 +01:00
killerwife
66e6d33116
fix(MMAP): Build ADT floor just like WMO floor below liquid ( #9990 )
2022-01-06 19:26:34 +01:00
AzerothCoreBot
483e067dc2
chore(DB): import pending files
...
Referenced commit(s): 73d5772cf6
2022-01-06 18:00:15 +00:00
Malcrom
73d5772cf6
fix(DB/Script): Eastvale Logging Camp, Elywnn Forest ( #10036 )
...
* fix(DB/Script): Eastvale Logging Camp, Elywnn Forest
* Update rev_1641426458023302944.sql
* Update zone_elwynn_forest.cpp
2022-01-06 13:58:28 -04:00
AzerothCoreBot
ea8404f981
chore(DB): import pending files
...
Referenced commit(s): 49b3bac232
2022-01-06 14:21:00 +00:00
Malcrom
49b3bac232
fix(DB/Pathing) Elywnn Forest Guards ( #10035 )
2022-01-06 10:19:06 -04:00
AzerothCoreBot
3bb09310f6
chore(DB): import pending files
...
Referenced commit(s): 2d4e17fd16
2022-01-06 13:35:27 +00:00
acidmanifesto
2d4e17fd16
refactor(Core/Creature): Remove Inhabit Type ( #9272 )
...
This is in reference to issue: https://github.com/azerothcore/azerothcore-wotlk/issues/4361
This is comprised of a cherry pick and partial tc cherry pick:
592516ae69
dbadb6369c
34cfa69efd
12de860b4a
a22bc236eb
2022-01-06 10:33:22 -03:00
acidmanifesto
d504a62293
fix(Core\OpCode): HandleFarSightOpcode ( #9965 )
...
* Change TO ThreadUNSAFE
This will process the far sight packet as a is not thread-safe - process it in World::UpdateSessions() compared to the former packet is thread-safe - process it in Map::Update().
This matches up with tc in everything we have with the HandleFarSightOpcode.
* Further Adjustments
* Move to Debug Loggin
TC has it as move to Debug Logging. Stating its a weird opcode handling issue which is not really known why.
2022-01-06 09:22:08 -03:00
IntelligentQuantum
93322bcb4d
refactor(Core/Packet): Character packets ( #9546 )
...
* Character
* Update CharacterHandler.cpp
2022-01-06 08:55:00 -03:00