Commit Graph

10232 Commits

Author SHA1 Message Date
github-actions[bot]
7cc25c9799 chore(DB): import pending files
Referenced commit(s): 00f12d685e
2025-03-13 22:32:52 +00:00
Rocco Silipo
00f12d685e fix(DB/Loot) Add missing recipes to SwP trashes (#21701) 2025-03-13 23:31:54 +01:00
github-actions[bot]
5a89348d73 chore(DB): import pending files
Referenced commit(s): 71ee156871
2025-03-11 20:40:43 +00:00
sudlud
71ee156871 fix(DB/Gameobject): Sniffed Values for 'Orb of the Blue Flight' spawns (#21696) 2025-03-11 21:39:43 +01:00
github-actions[bot]
069db988a2 chore(DB): import pending files
Referenced commit(s): da7b57079d
2025-03-11 18:08:53 +00:00
Rocco Silipo
da7b57079d fix(DB/Loot) Add missing loots on Eredar Twins and Entropius. (#21693) 2025-03-11 19:07:47 +01:00
github-actions[bot]
d4b1c795c8 chore(DB): import pending files
Referenced commit(s): 0b6f9b475b
2025-03-11 06:13:10 +00:00
Exitare
0b6f9b475b fix(DB/Quest): Zapped Giants now behave correctly (#21100)
Co-authored-by: Exitare <Exitare@users.noreply.github.com>
Co-authored-by: Ludwig <sudlud@users.noreply.github.com>
Co-authored-by: Jelle Meeus <sogladev@gmail.com>
2025-03-11 07:12:03 +01:00
github-actions[bot]
90ed058379 chore(DB): import pending files
Referenced commit(s): 5291632c00
2025-03-10 15:36:54 +00:00
Jelle Meeus
5291632c00 fix(Scripts/SunwellPlateau): Add Brutallus Flame Ring explosion (#21681) 2025-03-10 16:35:54 +01:00
github-actions[bot]
a62be1f563 chore(DB): import pending files
Referenced commit(s): 973b501f2b
2025-03-09 21:47:35 +00:00
Ryan Turner
973b501f2b fix(DB/Loot Comments) - Added Missing Reference and Creature Loot Comments (#21672) 2025-03-09 22:46:36 +01:00
github-actions[bot]
83ae9b13a1 chore(DB): import pending files
Referenced commit(s): 5ab3997c40
2025-03-09 21:43:50 +00:00
blinkysc
5ab3997c40 fix(Quest/HillsbradFoothills) Elixir of Pain quest now has no prerequisite (#21662)
Co-authored-by: sudlud <sudlud@users.noreply.github.com>
2025-03-09 22:42:51 +01:00
github-actions[bot]
b9c3ed63e8 chore(DB): import pending files
Referenced commit(s): 052c944880
2025-03-09 21:14:49 +00:00
Paul
052c944880 fix(DB/SpellProc): Update Fists of fury proc chance to 5% (#21454) 2025-03-09 22:13:49 +01:00
github-actions[bot]
227be74e67 chore(DB): import pending files
Referenced commit(s): 231096132c
2025-03-09 08:18:59 +00:00
Kitzunu
231096132c refactor(Core/ServerMail): Refactor to Dedicated Manager Class with Multi-Item & Condition Support (#21590)
1. Core Cleanup
    - Move all ServerMail logic from `ObjectMgr` into a new dedicated `ServerMailMgr` class
    - Move faction logic for money from SendServerMail into the script
2. Separation of items into a new table
    - Create a new `mail_server_template_items` table
    - Allows to send multiple items in one mail
    - Separate items per faction Alliance/Horde
3. Separation of conditions into a new table
    - Create a new `mail_server_template_conditions` table
    - Allows to use multiple conditions for one mail
    - Available condition types
        - Minimum playtime (playerLevel >= condition)
        - Minimum playtime (playerPlayTime >= condition)
        - Rewarded quest
        - Earned achievement
        - Earned reputation (playerReputation >= conditionState)
        - Faction
        - Race
        - Class
4. Updated ServerMail loading
    - Move item and condition loading to their own functions
        - LoadMailServerTemplateItems()
        - LoadMailServerTemplateConditions()
5. Reworked eligibility check
    - Player needs to pass all conditions to be eligible for the mail
    - All players are automatically eligible if no conditions exist for a server mail template.
6. Updated foreign keys
    - For table `mail_server_character`, `mail_server_template_conditions`, `mail_server_template_items` foreign key with on delete cascade is added for automatic removal of entries if mail_server_template.id is deleted.
7. Database changes
    - See the PR
2025-03-09 09:18:01 +01:00
github-actions[bot]
061044b710 chore(DB): import pending files
Referenced commit(s): c211920e11
2025-03-09 07:06:01 +00:00
daobashun
c211920e11 fix(DB/SAI) add Wind trader mu'fah smart script (#21366) 2025-03-09 08:05:01 +01:00
github-actions[bot]
9990d59979 chore(DB): import pending files
Referenced commit(s): 5c1b4d863c
2025-03-08 21:44:21 +00:00
Jelle Meeus
5c1b4d863c fix(Scripts/SunwellPlateau): Sunblade Scout activate protector (#21629) 2025-03-08 22:43:20 +01:00
github-actions[bot]
4acb784bb6 chore(DB): import pending files
Referenced commit(s): 99c90c00d5
2025-03-08 11:22:24 +00:00
Rocco Silipo
99c90c00d5 fix(DB/Creature) Adds Disable Gravity to Shield Orb. (#21671) 2025-03-08 12:21:26 +01:00
github-actions[bot]
263f14d800 chore(DB): import pending files
Referenced commit(s): 1a2e30a1f6
2025-03-06 20:38:25 +00:00
Rocco Silipo
1a2e30a1f6 fix(DB/Creature) Solve some Shadowsword Assassin issues. (#21658) 2025-03-06 21:37:27 +01:00
github-actions[bot]
f818ef6876 chore(DB): import pending files
Referenced commit(s): aba8d42dde
2025-03-06 06:57:15 +00:00
sudlud
aba8d42dde fix(DB/Gameobject): Sniffed Values for 'Isle Daily Gobs' spawns (#21655) 2025-03-06 07:56:15 +01:00
github-actions[bot]
f6caa7e63b chore(DB): import pending files
Referenced commit(s): 78a01fd678
2025-03-05 02:45:57 +00:00
p-tkachuk
78a01fd678 fix(Scripts/Ulduar): Fix Kologarn script (#21595)
Co-authored-by: Hexadecimal <hd@hd.hd>
2025-03-04 23:44:57 -03:00
github-actions[bot]
6fc6333141 chore(DB): import pending files
Referenced commit(s): fdd469b61b
2025-03-03 05:13:16 +00:00
Benjamin Jackson
fdd469b61b fix(DB): Add spawns for Tenris Mirkblood room in Karazhan. (#21638) 2025-03-03 06:12:17 +01:00
github-actions[bot]
222beca66d chore(DB): import pending files
Referenced commit(s): 945b2d79fd
2025-03-03 01:24:41 +00:00
Andrew
945b2d79fd fix(DB/Creature): Disable Felmyst pathfinding (#21641) 2025-03-02 22:23:36 -03:00
github-actions[bot]
bff7b0dd7c chore(DB): import pending files
Referenced commit(s): a414b5776a
2025-03-02 20:31:17 +00:00
Benjamin Jackson
ed6f296849 fix(DB/Disables): Remove incorrectly disabled quests. (#21628) 2025-03-02 21:31:02 +01:00
github-actions[bot]
a414b5776a chore(DB): import pending files
Referenced commit(s): 7e78484bd8
2025-03-02 20:30:17 +00:00
Benjamin Jackson
7e78484bd8 fix(DB): Add Argent Dawn spawns for Scourge Invasion. (#21630) 2025-03-02 17:29:18 -03:00
github-actions[bot]
6422026893 chore(DB): import pending files
Referenced commit(s): c60b294228
2025-03-02 19:08:41 +00:00
Andrew
c60b294228 fix(Scripts/SunwellPlateau): Fix Felmyst air phase (#21637) 2025-03-02 16:07:43 -03:00
github-actions[bot]
e1f84d5604 chore(DB): import pending files
Referenced commit(s): b7e33283a5
2025-03-01 23:34:08 +00:00
Ryan Turner
b7e33283a5 feat(DB): clarify IDs for faction changes (#20480) 2025-03-02 00:33:10 +01:00
github-actions[bot]
f9ca059868 chore(DB): import pending files
Referenced commit(s): c7981bea85
2025-03-01 19:40:30 +00:00
Rocco Silipo
c7981bea85 fix(DB/Text) Add correct text on Sunblade Scouts. (#21626) 2025-03-01 20:39:30 +01:00
github-actions[bot]
6930d2beda chore(DB): import pending files
Referenced commit(s): b9cd73ae03
2025-02-28 15:24:52 +00:00
Rocco Silipo
b9cd73ae03 fix(DB/Creature) Various trash's issues on the road between Felmyst and Eredar Twins are now solved. (#21623) 2025-02-28 16:23:51 +01:00
github-actions[bot]
1c65032c0f chore(DB): import pending files
Referenced commit(s): fa0a8858e8
2025-02-27 19:05:56 +00:00
Ryan Turner
fa0a8858e8 fix(DB/Item) - Envolpe Assignment loot no longer gives you empty loot. (#21073) 2025-02-27 20:04:56 +01:00
github-actions[bot]
4603e26b6a chore(DB): import pending files
Referenced commit(s): 97471151e7
2025-02-26 20:53:03 +00:00
sudlud
97471151e7 fix(DB/Gameobject): Sniffed Values for 'Smuggled Mana Cell' spawns (#21617) 2025-02-26 21:52:02 +01:00