AzerothCoreBot
cf9fdf9e4f
chore(DB): import pending files
...
Referenced commit(s): 4c3433cc49
2022-01-18 01:49:59 +00:00
acidmanifesto
4c3433cc49
fix (DB/Misc): Rename tele OldIronForge ( #10225 )
2022-01-17 17:48:26 -08:00
AzerothCoreBot
ac35936401
chore(DB): import pending files
...
Referenced commit(s): 3f41c2c638
2022-01-18 00:56:34 +00:00
Malcrom
3f41c2c638
fix(DB/Spawning/Pathing) Jadefire Run, Felwood ( #10188 )
2022-01-17 16:54:53 -08:00
AzerothCoreBot
72a99fada1
chore(DB): import pending files
...
Referenced commit(s): 7862e3845f
2022-01-17 20:41:18 +00:00
acidmanifesto
7862e3845f
Add (DB/Misc): Add OldScarletMonastery ( #10216 )
...
Cherry picked by TC Issue https://github.com/TrinityCore/TrinityCore/issues/27626 by @anzz1
2022-01-17 15:39:27 -05:00
AzerothCoreBot
f5524677e1
chore(DB): import pending files
...
Referenced commit(s): 580cbd6e8d
2022-01-17 18:22:48 +00:00
Nolt
580cbd6e8d
fix(DB/CreatureLoot) Felhunter (417) ( #10215 )
...
* pattern loot fix
* delete all drop from felhunter
* small fix to pr for felhunter loot
2022-01-17 13:21:13 -05:00
Francesco Borzì
9dc88def35
refactor(Core): apply clang-tidy modernize-* ( #9975 )
...
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2022-01-17 14:35:07 +01:00
Skjalf
fe4899202d
feat(Core/Conditions): Implement CONDITION_SOURCE_CREATURE_VISIBILITY ( #10208 )
2022-01-17 06:05:32 -03:00
UltraNix
0f2c092df7
fix(Core/Events): Prevent seasonal quests from resetting at server re… ( #9708 )
...
* fix(Core/Events): Prevent seasonal quests from resetting at server restart. Source: TrinityCore.
Fixes #6973
* Update.
* Update.
* Update.
2022-01-16 22:25:17 -05:00
UltraNix
e842119605
fix(Core/Spells): Drop combat on Mind Control cancel. ( #10201 )
...
Fixes #9980
2022-01-16 22:26:23 -03:00
UltraNix
b74fb81b8c
fix(Scripts/Instances): Fixed some problems with getting proper unit'… ( #10193 )
...
* fix(Scripts/Instances): Fixed some problems with getting proper unit's GUID in BlackwingLair raid.
Fixes #5054
Fixes #10156
* Update.
2022-01-16 20:38:57 -03:00
UltraNix
19b68ffb57
fix(Core/Pets): Manual using pet spell should not reset attack command. ( #9635 )
...
Fixes #9632
2022-01-16 14:44:21 -05:00
UltraNix
d3956f3142
fix(Core/Spells): Charging unit should always reach its target even if stunned/rooted. ( #10192 )
...
Fixes #9454
2022-01-16 14:58:34 -03:00
AzerothCoreBot
e1cb6b4b68
chore(DB): import pending files
...
Referenced commit(s): 3cc3afbd83
2022-01-16 14:36:11 +00:00
Cláudio Costa
3cc3afbd83
fix(DB/Formations): Molten Core Giants creature_formation ( #10116 )
...
- Made formations to the giants to prevent them being pulled
singlehandedly.
>
2022-01-16 11:34:36 -03:00
UltraNix
c8a5ece0c7
fix(Core/Packets): Display item suffixes in guild bank packet. ( #10200 )
...
Fixes #9997
2022-01-16 10:33:01 -03:00
UltraNix
a97719fe23
fix(Core/Handlers): Correctly updating faction and race change on packet. ( #10199 )
...
Fixes #10008
2022-01-16 09:42:01 -03:00
Skjalf
124ea8a1e7
fix(Scripts/BRD): Arena Spoils shouldn't despawn whem High Justice Grimstone is removed from world ( #10140 )
2022-01-16 08:36:39 -03:00
AzerothCoreBot
d2c7225154
chore(DB): import pending files
...
Referenced commit(s): 1995430438
2022-01-16 05:00:18 +00:00
Skjalf
1995430438
fix(Scritpts/MoltenCore): Add immune to pc & npc flags to Ragnaros ( #10179 )
2022-01-16 01:58:36 -03:00
AzerothCoreBot
fb703a745d
chore(DB): import pending files
...
Referenced commit(s): 03a72cfc85
2022-01-16 02:14:38 +00:00
acidmanifesto
03a72cfc85
chore(DB/Creature): LBRS guid conflict resolve ( #10194 )
...
* fix (db): LBRS guid conflict resolve
https://github.com/azerothcore/azerothcore-wotlk/pull/10171 overwritten guids from https://github.com/azerothcore/azerothcore-wotlk/pull/10079
This Corrects the issue but given out new guids to the lbrs since there is no way points scripted with them
2022-01-15 23:13:07 -03:00
Skjalf
96cf1e60e9
fix(Scripts/Spells): fix a crash with Scent of Blood talent ( #10078 )
2022-01-15 21:10:06 -03:00
Kargatum
7f05e20994
fix(Core/Pets): fix crash at pet resurrect ( #10120 )
2022-01-15 19:08:54 -03:00
AzerothCoreBot
2781c9810f
chore(DB): import pending files
...
Referenced commit(s): 83bde5b332
2022-01-15 17:46:56 +00:00
neifion-00000000
83bde5b332
fix(DB): Teldrassil herbalism gameobject re-construction ( #10170 )
...
Adds a significant amount of missing herbalism gameobjects for Teldrassil.
Removes old incorrect pooling.
Introduces area based pooling to prevent herb extinction.
Overall herbs increased based on count (fully spawned zone)
All objects are pulled from sniff data.
Behavior observed while gathering data used to form pools.
2022-01-15 12:45:24 -05:00
UltraNix
11e94a6b89
fix(Core/Spells): Added SPELL_AURA_MOD_ABILITY_IGNORE_TARGET_RESIST… ( #9764 )
...
… to Chaos Bolt Passive
2022-01-15 05:09:23 -08:00
AzerothCoreBot
94e43d11a1
chore(DB): import pending files
...
Referenced commit(s): e71171f95e
2022-01-15 01:29:55 +00:00
Malcrom
e71171f95e
fix(DB/Spawning/Pathing): Felpaw Village, Felwood ( #10187 )
2022-01-14 21:28:25 -04:00
AzerothCoreBot
593dd4ad3b
chore(DB): import pending files
...
Referenced commit(s): f5419a45a7
2022-01-15 00:33:54 +00:00
Malcrom
f5419a45a7
fix(DB/Spawning/Pooling/Pathing) Devilsaurs, Un'goro ( #10171 )
...
* fix(DB/Spawning/Pooling/Pathing) Devilsaurs, Un'goro
* Update rev_1642128832605724154.sql
Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com >
2022-01-14 20:32:16 -04:00
AzerothCoreBot
1d2af90574
chore(DB): import pending files
...
Referenced commit(s): dfac47a562
2022-01-14 23:23:22 +00:00
Malcrom
dfac47a562
feat(Core/Creature): Allow 3 ids per spawn point. TESTING ( #10169 )
...
* feat(Core/Creature): Allow 3 ids per spawn point.
* Move GetRandomId to a function
* Update id to id1
* Fixed some errors crashing core and text
* Set ids to lowercase for GetRandomId function
* Update src/server/database/Database/Implementation/WorldDatabase.cpp
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com >
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2022-01-14 19:21:50 -04:00
AzerothCoreBot
cdca93aa7f
chore(DB): import pending files
...
Referenced commit(s): c6934b0619
2022-01-14 20:07:53 +00:00
Cláudio Costa
c6934b0619
fix(DB): Lower Blackrock Spire creature import ( #10079 )
...
* fix(DB): Lower Blackrock Spire creature import
- Imported NPCs from VMangos
- Removed Chromatic NPCs
- Added Creature Formations
- Patroling Smoldering Berseker
* updated sql to match new column changes
2022-01-14 15:06:17 -05:00
AzerothCoreBot
238767a0d4
chore(DB): import pending files
...
Referenced commit(s): 7de3c2df00
2022-01-14 15:59:15 +00:00
UltraNix
7de3c2df00
fix(DB/Quests): some corrections for Winter Veil quests ( #10103 )
...
- Closes #9720
2022-01-14 16:57:26 +01:00
Kitzunu
7115f353cc
fix(Core/Mail): Include 100g in the mail for The Wrath of Neptulon ( #10093 )
...
* cherry-pick commit (cf223370f3 )
Co-Authored-By: Wyrserth <43747507+Wyrserth@users.noreply.github.com >
2022-01-14 11:55:54 +01:00
Kitzunu
d1cc65b1c7
refactor(Core/Misc): isEmpty to IsEmpty ( #10011 )
2022-01-13 21:43:15 -05:00
AzerothCoreBot
e36ee257c7
chore(DB): import pending files
...
Referenced commit(s): 89b071392f
2022-01-14 02:31:52 +00:00
UltraNix
89b071392f
fix(DB/Gameobjects): Removed invalid spawn of Gromsblood in Azuremyst… ( #10087 )
...
* fix(DB/Gameobjects): Removed invalid spawn of Gromsblood in Azuremyst Isle.
Fixes #7344
* Update.
2022-01-13 21:30:10 -05:00
AzerothCoreBot
b1e5562cd1
chore(DB): import pending files
...
Referenced commit(s): fc5bca04bc
2022-01-14 02:24:34 +00:00
UltraNix
fc5bca04bc
fix(DB/GameEvents): Some gameobjects outside Exodar should spawn only during specificgame events. ( #10084 )
...
Fixes #6396
2022-01-13 21:22:49 -05:00
AzerothCoreBot
dd29e1468f
chore(DB): import pending files
...
Referenced commit(s): d65101f83b
2022-01-14 00:58:22 +00:00
UltraNix
d65101f83b
fix(DB/Loot): Corrected some loot tables. ( #10074 )
...
Fixes #9236
2022-01-13 19:56:46 -05:00
acidmanifesto
f5aed756e5
fix (core\script) Double to Float Fix ( #10161 )
2022-01-13 19:45:10 -05:00
Kitzunu
707685d633
fix(Core/Build): Fallthrough ( #10165 )
2022-01-13 19:34:57 -05:00
AzerothCoreBot
8dc9531cd1
chore(DB): import pending files
...
Referenced commit(s): d811d89c88
2022-01-13 23:30:19 +00:00