avarishd
1510830147
fix(DB/Spell): Karazhan Bloodlust/Heroism ( #17486 )
2023-10-20 09:49:53 -03:00
github-actions[bot]
b9087a46d1
chore(DB): import pending files
...
Referenced commit(s): 2c59947574
2023-10-20 10:23:41 +00:00
Dan
2c59947574
fix(DB/SSC): add Frostbrand Weapon proc to Greyheart Tidecaller ( #17528 )
...
* initial
* change to perma aura
2023-10-20 12:22:30 +02:00
github-actions[bot]
6a53acd9ed
chore(DB): import pending files
...
Referenced commit(s): e0480b1321
2023-10-20 00:46:48 +00:00
Grimgravy
e3592f7de7
fix(Scripts/Quest): improve Path of Conquest ( #16353 )
...
* fix(DB/Quest): improve Path of Conquest
* update
* Update rev_1684800494817311100.sql
* .
* .
2023-10-19 21:46:00 -03:00
github-actions[bot]
e0480b1321
chore(DB): import pending files
...
Referenced commit(s): 6bb16b0c7d
2023-10-20 00:45:26 +00:00
avarishd
6bb16b0c7d
fix(DB/Creature): Adyen the Lightwarden being immune to PC. ( #17414 )
2023-10-19 21:44:04 -03:00
github-actions[bot]
470f228bbb
chore(DB): import pending files
...
Referenced commit(s): 1b2593d763
2023-10-20 00:40:46 +00:00
avarishd
1b2593d763
fix(DB/Conditions): Scryer/Aldor repeatable quests ( #17533 )
2023-10-19 21:39:39 -03:00
github-actions[bot]
12189ffc4b
chore(DB): import pending files
...
Referenced commit(s): 45bfef1962
2023-10-18 22:16:12 +00:00
avarishd
45bfef1962
fix(DB/Loot): Strange Engine Part should be fishable ( #17520 )
...
* fix(DB/Loot): Strange Engine Part should be fishable
* repeatable + correct gold reward
2023-10-18 19:14:30 -03:00
github-actions[bot]
2303e3b063
chore(DB): import pending files
...
Referenced commit(s): eafb5a4f75
2023-10-18 13:09:03 +00:00
Ludwig
eafb5a4f75
fix(DB): Use sniffed values for Midsummer Music Doodad spawns ( #17518 )
...
* fix(DB): Add 3 Missing Midsummer Music Doodad
* fix(DB): Use sniffed values for Midsummer Music Doodad spawns
unfortunately one spawn is missing (guid 50564)
* Update data/sql/updates/pending_db_world/rev_1697395883333045400.sql
Co-authored-by: Angelo Venturini <nefertum.dev@protonmail.com >
* also use id in DELETE statement
---------
Co-authored-by: Angelo Venturini <nefertum.dev@protonmail.com >
2023-10-18 15:07:16 +02:00
github-actions[bot]
552a317264
chore(DB): import pending files
...
Referenced commit(s): 630b90a633
2023-10-18 12:23:55 +00:00
Ludwig
630b90a633
fix(Scripts/Midsummer): Implement Ribbon Pole dance effects ( #17417 )
...
* fix(Scripts/Midsummer): Implement Ribbon Pole dance effects
* midsummer.cpp: remove whitespaces at end of lines
* midsummer.cpp: fix unused parameter error
* add spacing after 0.0f
* replace Milliseconds(...) by ...ms and Seconds(...) by ...s
* cleanup comments
* remove manual cleanups / despawns from DoCleanupChecks()
- rely on NPC despawn timers
- manual cleanup / removal actually is a bit excessive
* set INTERVAL_DANCING_FLAMES to 15s
* set despawn time to 1min for big dancing flames according to spell 46827
* set spawnDist to 12 for big dancing flames according so spell 46827
* use library function Acore::Containers::RandomShuffle() to shuffle _danclerList
* sql: do not set SmartAI for NPC 17066
already using ScriptName and can't have both
* combine 3 sql files into 1
* remove INTERVAL_... enum values
* remove unnecessary checks of if(_bunny)
* sql: fix smartscript comment
* rename spell define to correct spell name
2023-10-18 14:22:26 +02:00
github-actions[bot]
54ab8dafc2
chore(DB): import pending files
...
Referenced commit(s): f8b7e95c42
2023-10-17 20:41:47 +00:00
avarishd
f8b7e95c42
fix(DB/Creature): Baron Rafe Dreuger level ( #17497 )
2023-10-17 22:40:40 +02:00
github-actions[bot]
9ea50a67d2
chore(DB): import pending files
...
Referenced commit(s): 9831689f48
2023-10-17 20:35:00 +00:00
avarishd
9831689f48
fix(DB/SAI): Ravenous Windroc not stacking eagle claw ( #17531 )
...
DB/SAI: Ravenous Windroc not stacking eagle claw
2023-10-17 22:33:07 +02:00
github-actions[bot]
6137b6e076
chore(DB): import pending files
...
Referenced commit(s): bf5878f8dc
2023-10-17 18:38:46 +00:00
avarishd
ad66728973
fix(DB/Creature): Drunken Brewfest Reveler model ( #17494 )
...
* fix(DB/Creature): Drunken Brewfest Reveler model
* clarify enum
+ farm lines
2023-10-17 15:37:53 -03:00
Dan
bf5878f8dc
fix(Scripts/SSC): fix issues with Fathomlord and add interactions ( #17525 )
2023-10-17 15:37:32 -03:00
github-actions[bot]
429d240647
chore(DB): import pending files
...
Referenced commit(s): 1b29f2fb64
2023-10-17 18:34:04 +00:00
avarishd
c31f3667da
fix(DB/Creature): Minor Manifestation of Earth stealth ( #17498 )
...
* fix(DB/Creature): Minor Manifestation of Earth stealth
* Update data/sql/updates/pending_db_world/rev_1697191216463702200.sql
---------
Co-authored-by: Angelo Venturini <nefertum.dev@protonmail.com >
2023-10-17 15:32:51 -03:00
Ludwig
1b29f2fb64
fix(DB/SAI): Make Midsummer Celebrants applaud/cheer ( #17503 )
...
* fix(DB/SAI): Make Midsummer Celebrants applaud/cheer
- react to ribbonPole dancers
- react to Master Fire Eater spewing fire
* Update data/sql/updates/pending_db_world/rev_1697227385860752900.sql
---------
Co-authored-by: Angelo Venturini <nefertum.dev@protonmail.com >
2023-10-17 15:31:05 -03:00
avarishd
8e12029456
fix(DB/SAI): Correct Eridan Bluewind not ending RP ( #17534 )
2023-10-17 15:30:28 -03:00
github-actions[bot]
c9ab7e7e96
chore(DB): import pending files
...
Referenced commit(s): 16e53176a1
2023-10-17 08:40:55 +00:00
KJack
16e53176a1
fix (DB/SAI): Stratholme/Baron Rivendare (10440) encounter fixes ( #17398 )
...
* Improvements to Baron Rivendare (10440) encounter
---------
Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com >
2023-10-17 10:39:43 +02:00
github-actions[bot]
f820a964cb
chore(DB): import pending files
...
Referenced commit(s): 6c575e3f6a
2023-10-16 21:46:24 +00:00
avarishd
6c575e3f6a
fix(DB/spell_proc_event): Shamanistic Rage ppm ( #17499 )
2023-10-16 23:45:07 +02:00
github-actions[bot]
3fe064c197
chore(DB): import pending files
...
Referenced commit(s): 96c30ec639
2023-10-16 21:42:22 +00:00
avarishd
fc5be2f98e
fix(DB/SAI): Port Elder Cloud Serpent from Mangos ( #17521 )
...
fix(DB/SAI): Port Elder Cloud Serpent from mangos
2023-10-16 23:42:15 +02:00
avarishd
96c30ec639
fix(DB/spell_proc_event): Bloodwarder Protector Spell Reflection ( #17522 )
2023-10-16 23:41:13 +02:00
github-actions[bot]
22e7a82ad4
chore(DB): import pending files
...
Referenced commit(s): e30718db36
2023-10-16 21:15:04 +00:00
avarishd
e30718db36
fix(Core/Spells): Script Scourge Banner ( #17523 )
...
* fix(Core/Spells): Script Scourge Banner
* correct statecheck
2023-10-16 23:13:54 +02:00
github-actions[bot]
bac4a67c0c
chore(DB): import pending files
...
Referenced commit(s): 05361d021d
2023-10-16 12:42:04 +00:00
Dan
05361d021d
fix(DB/Creature): Make Hydross the Unstable immune to taunt ( #17514 )
...
initial
2023-10-16 09:41:00 -03:00
github-actions[bot]
d1d46074a6
chore(DB): import pending files
...
Referenced commit(s): 314cabd667
2023-10-15 12:56:31 +00:00
avarishd
314cabd667
fix(DB/Conditions): Fix Paelarin race conditions ( #17501 )
2023-10-15 09:55:19 -03:00
github-actions[bot]
608f1c92fa
chore(DB): import pending files
...
Referenced commit(s): 7d6a578892
2023-10-12 19:21:01 +00:00
avarishd
7d6a578892
fix(DB/SAI): Port Guile of the Raptor RP from Trinity. ( #17412 )
...
Co-Authored-By: Carlos Morales <carlos.morales@insmet.cu >
2023-10-12 16:19:50 -03:00
github-actions[bot]
0a6d6f5cd7
chore(DB): import pending files
...
Referenced commit(s): 28d096e7c7
2023-10-12 13:19:35 +00:00
avarishd
b3a9f5bef0
fix(DB/Quests): The Test of Righteousness required quests. ( #17471 )
...
* fix(DB/Quests): The Test of Righteousness required quests.
* nice bait wowhead
2023-10-12 10:19:14 -03:00
github-actions[bot]
28d096e7c7
chore(DB): import pending files
...
Referenced commit(s): e4eb789e52
2023-10-12 13:18:11 +00:00
avarishd
1caaed3899
fix(DB/Spell): Correct Charred Twilight Scale ICD. ( #17409 )
...
* fix(DB/Spell): Charred Twilight Scale (Normal) missing no icd.
* fix hc icd
2023-10-12 10:17:28 -03:00
avarishd
e4eb789e52
fix(Script/Spells): Script Priest Heal T4 4P Bonus ( #17490 )
...
* fix(Core/Spells): Script Priest Heal T4 4P Bonus
* RemoveAurasDueToSpell
* comment out unused stuff
2023-10-12 10:16:59 -03:00
github-actions[bot]
4f2ea0a090
chore(DB): import pending files
...
Referenced commit(s): e4b8fef0ba
2023-10-12 08:50:27 +00:00
neifion-00000000
e4b8fef0ba
fix(DB/gob): Remove Replace Repool Durotar Herbs ( #17459 )
...
---------
Co-authored-by: Andrew <47818697+Nyeriah@users.noreply.github.com >
Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com >
2023-10-12 10:49:14 +02:00
github-actions[bot]
efbd378d71
chore(DB): import pending files
...
Referenced commit(s): 1753a8d0b9
2023-10-11 20:11:16 +00:00
avarishd
1753a8d0b9
fix(Core/Spells): Call of the Wild targeting other players ( #17485 )
...
* fix(Core/Spells): Call of the Wild targets
* comment
2023-10-11 17:09:53 -03:00