ModoX
403142829a
Core/Unit: Allow UNIT_FLAG2_FEIGN_DEATH and UNIT_FLAG3_FAKE_DEAD setting in db
...
* seems to become quite common in 11.x to be used w/o auras; example being Kirin Tor Conjuror 212718
(cherry picked from commit 1b4c324fe1 )
2024-09-03 19:54:35 +02:00
Ovahlord
a774a83180
Core/Misc: fixed dynamic scripts build
2024-09-02 05:27:06 +02:00
Ovahlord
7704c0cc5a
Core/Misc: dropped unused Traits implementation
2024-09-01 20:49:45 +02:00
Ovahlord
5347466b95
fixed unused parameter warning that slipped past msvc compilers
2024-09-01 19:45:23 +02:00
Ovahlord
43b2c5f5de
Scripts/Spells: removed post Cataclysm item spell scripts
2024-09-01 19:27:35 +02:00
Ovahlord
8741c032a9
DB: fixed sql naming of file added in 056c9391e6
2024-09-01 19:26:35 +02:00
Ovahlord
01260b0007
buildfix
2024-09-01 19:10:39 +02:00
Ovahlord
b5e681e682
Core/Misc: removed most retail specialization code and restored legacy functionality for Classic
2024-09-01 06:52:54 +02:00
Ovahlord
b0f12aeceb
Core/Chat: 39061442fb followup
2024-08-31 22:35:10 +02:00
Ovahlord
39061442fb
Core/Chat: updated chat handler to support recent packet changes
2024-08-31 22:34:14 +02:00
Ovahlord
db6d60b712
Core/Packets: updated packet structures of CMSG_CHAT_ADDON_MESSAGE_TARGETED and CMSG_CHAT_MESSAGE_WHISPER
2024-08-31 21:45:15 +02:00
Ovahlord
ef5627c2ce
Core/Player: updated hit chances for players and handle their according UI modifier update fields
2024-08-31 20:19:48 +02:00
Shauren
842e1b6c9b
Core/Client Builds: Refactor build_info structure to support any client variants
...
(cherry picked from commit e94558d078 )
# Conflicts:
# sql/base/auth_database.sql
# sql/updates/auth/cata_classic/2024_08_30_00_auth.sql
2024-08-30 17:54:32 +02:00
Shauren
7627085c1b
Core/Client Builds: Move build info out of RealmList class
...
(cherry picked from commit 82031dc720 )
2024-08-30 17:35:13 +02:00
Shauren
6f50030654
Build fix for libstdc++-11
...
(cherry picked from commit d277be8718 )
2024-08-30 17:35:06 +02:00
Shauren
2b8c5ad42d
Core/Auth: Refactor client auth key storage to support more future client variants and preserve more information about client version
...
(cherry picked from commit 8e15952659 )
2024-08-30 17:35:01 +02:00
Shauren
cf86c05738
Core/Misc: Remove duplicate helper functions
...
(cherry picked from commit bffc7ece61 )
2024-08-30 17:34:56 +02:00
Naddley
056c9391e6
DB/Player: added required level experience for level 1 to 85
2024-08-29 22:38:16 +02:00
Ovahlord
4192d384eb
DB/Player: added required experience to level for level 1 - 12
2024-08-29 05:21:53 +02:00
Motive
519abbd398
Core: Allow macOS arm64 client to connect ( #30173 )
...
(cherry picked from commit 6b2d12206c )
# Conflicts:
# sql/base/auth_database.sql
# sql/updates/auth/cata_classic/2024_08_28_01_auth.sql
2024-08-29 04:50:49 +02:00
Razmataz
f84033df2b
Core/Maps: Decrement map unload timer by correct (accumulated) time diff ( #30197 )
...
(cherry picked from commit 13a5d2d42d )
2024-08-29 04:43:04 +02:00
Shauren
a348eb7b01
Core/Mail: Ignore currencies from loot for mails
...
(cherry picked from commit 2d22978346 )
2024-08-27 17:22:47 +02:00
Shauren
ab0d7ac8f3
Core/Players: Fixed spells being unintentionally removed by talent swaps when they are learned from more than one spell (affects balance druid Celesial Alignment and Incarnation)
...
(cherry picked from commit 2c6ddcce3d )
# Conflicts:
# src/server/game/Spells/SpellMgr.cpp
2024-08-27 17:22:18 +02:00
Shauren
d451defc22
Core/AHBot: Fix loot query
...
(cherry picked from commit fbadeeae39 )
2024-08-27 17:21:13 +02:00
Shauren
51fdfa6055
Core/Commands: Fix windows unicode escape sequence warning
...
(cherry picked from commit 43987f0cff )
2024-08-27 17:21:08 +02:00
Shauren
18ae1540b5
Core/Loot: Implemented currency loot
...
(cherry picked from commit 3e28ee080a )
# Conflicts:
# sql/base/characters_database.sql
# sql/updates/auth/cata_classic/2024_08_26_00_characters.sql
# sql/updates/world/cata_classic/2024_08_26_00_world.sql
# src/server/game/Entities/Player/Player.cpp
# src/server/game/Loot/Loot.cpp
# src/server/scripts/ExilesReach/zone_exiles_reach.cpp
2024-08-27 17:20:43 +02:00
Shauren
a3c66fe0b8
Core/Loot: Build fix for older compilers
...
(cherry picked from commit 6b4270850f )
2024-08-27 15:51:16 +02:00
Shauren
9ccd2daa16
Core/Loot: Added type to LootStoreItem to replace reference != 0 checks
...
(cherry picked from commit 7e70ea701e )
# Conflicts:
# sql/updates/world/cata_classic/2024_08_25_02_world.sql
2024-08-27 15:50:01 +02:00
Shauren
a9b7540d4b
Core/Conditions: Remove unneccessary duplicate condition startup checks - item existance is checked by loot loading and if that fails, condition loading will fail to find related item inside loot
...
(cherry picked from commit 6d3be9cca6 )
2024-08-27 15:45:49 +02:00
Shauren
ae5a926b61
Core/Loot: Use unique_ptr in LootTemplate class
...
(cherry picked from commit 430321a803 )
2024-08-27 15:45:42 +02:00
Shauren
efd3992368
Core/Loot: Use unique_ptr in LootStore class
...
(cherry picked from commit b49a9b44af )
2024-08-27 15:45:36 +02:00
Shauren
a1b744b786
Core/DBUpdater: Use utf8mb4 in dbupdater --default-character-set
...
(cherry picked from commit b257b244cb )
2024-08-27 15:45:29 +02:00
Ovahlord
753c87ce24
Core/Packets: updated packet structure of SMSG_BATTLEFIELD_LIST and updated BattlegroundTypeId enum
2024-08-27 04:48:44 +02:00
Ovahlord
3b9845ee44
Core/Config: implemented a config setting for rated battleground conquest rewards
2024-08-26 22:31:30 +02:00
Ovahlord
0d5264be3e
Core/Player: updated currency constants and fixed sending random battleground rewards in RequestPvPRewardsResponse
2024-08-26 22:13:05 +02:00
Ovahlord
c5116b0e11
Core/Config: updated current arena season to 9 (Vicious Gladiator)
2024-08-26 21:21:38 +02:00
Ovahlord
92435b0934
Core/Packets: enabled and implemented SMSG_PVP_SEASON and dropped its retail successor implementation SMSG_SEASON_INFO (doesn't exist in Classic)
2024-08-26 21:19:12 +02:00
Ovahlord
076ff7970c
Core/Packets: updated packet structure of SMSG_SET_FACTION_STANDING
2024-08-26 05:15:23 +02:00
Ovahlord
acfeba874f
DB/Misc: fixed various difficulty, spawn and post Cataclysm related startup errors
2024-08-23 17:38:49 +02:00
Ovahlord
c95062fcb5
DB/Creature: updated all default creature difficulty entries with bruteforce data
2024-08-23 06:03:59 +02:00
Ovahlord
f0c4b01ae6
Core/Packets: updated structures of SMSG_PARTY_INVITE, SMSG_PARTY_MEMBER_FULL_STATE and SMSG_MIRROR_IMAGE_COMPONENTED_DATA
2024-08-23 00:09:39 +02:00
Ghaster
7e831374cb
Core/Players: Fix SPELLMOD_PCT on login ( #30179 )
...
(cherry picked from commit 6904dfc20b )
2024-08-22 23:47:29 +02:00
Shauren
6a00012435
Build: Reduce required cmake version on linux
...
(cherry picked from commit 90eed65876 )
2024-08-22 23:47:21 +02:00
Shauren
95714e4ece
Build: Replace hardcoded mysql search paths with pattern based approach
...
(cherry picked from commit ab046bdc32 )
2024-08-22 23:47:15 +02:00
Shauren
936faa7a46
Build: Increase required CMake version to 3.24 and removed unneccessary cmake_policy() calls that are already handled by cmake_minimum_required()
...
(cherry picked from commit 8f95c84a08 )
2024-08-22 23:47:09 +02:00
Shauren
fc041b6fde
Build: Extract hardcoded list of mysql paths to shared cmake variable
...
(cherry picked from commit 15209a9cfe )
2024-08-22 23:47:02 +02:00
Shauren
dfad7de501
Core/PacketIO: Fixed CMSG_QUERY_REALM_NAME not being handled and not sending any responses
...
(cherry picked from commit 7f8a932b8b )
2024-08-22 23:46:50 +02:00
Ovahlord
926fda01d8
Core/Quests: fixed max level quest money rewards and calculate them during runtime instead of using dumped DB values
...
* this fixes an exploit that was allowing players that have capped their level via npc to obtain higher max level money rewards if the quest info came from a sniff that was done with a max level character
2024-08-22 16:28:26 +02:00
Ovahlord
d637504785
fix build
2024-08-22 02:18:21 +02:00
Ovahlord
8cc912de6a
Core/Items: fixed applying resistances and armor from items
2024-08-21 19:44:02 +02:00