Commit Graph

42008 Commits

Author SHA1 Message Date
Ovahlord
da36e58965 Core/Config: fixed commentary of the EnableAELoot option 2023-12-04 15:57:41 +01:00
Ovahlord
5e1211c69e Core/Tools: removed garrison data extraction from PlayerDump 2023-12-04 15:56:27 +01:00
Ovahlord
474e4101f6 Core/Garrison: dropped Garrison implementation 2023-12-04 00:01:43 +01:00
Shauren
7e238a32fb Core/Misc: Added windows version checks during startup to avoid confusion about crashes when running on unsupported OS
(cherry picked from commit 333630b7de)
2023-12-01 23:29:27 +01:00
Shauren
33510fafd8 Core/Instances: Prevent sending PendingRaidLock in instances that don't have a InstanceScript
Closes #29470

(cherry picked from commit 75a306e422)
2023-12-01 23:29:27 +01:00
Shauren
845667ca59 Core/Misc: Kill another synchronous db query in packet handlers
(cherry picked from commit 7e76e91152)
2023-12-01 23:29:27 +01:00
ModoX
0af520b10b Scripts/Conditions: Fallback to other targets to get map if first target is invalid
* fixes crash in Ulduar when reaching Assembly of Iron / Kologarn / Algalon area

(cherry picked from commit b1c5e3809c)
2023-12-01 23:29:27 +01:00
ModoX
fbe0ef9f32 Core/Spells: Pass customArg from missiles to its triggered spell
(cherry picked from commit 441a102dc3)
2023-12-01 23:29:27 +01:00
Shauren
04f25ef64c Core/Creatures: Don't require creature.modelid to be one of linked creature_template models
(cherry picked from commit 7cafeb46b3)
2023-12-01 23:29:27 +01:00
Meji
3a33dede9a Core/Units: Update PlayHoverAnim state when flying or hovering (#29434)
(cherry picked from commit c1b36eec56)
2023-12-01 23:29:27 +01:00
Shauren
49b13c8d32 Core/Locales: Revert back to using C locale for number formatting
(cherry picked from commit 1c6ee8a6bd)
2023-12-01 23:29:27 +01:00
Ovahlord
79b2ff56fa Core/Spells: Implement spell queue (#29409)
(cherry picked from commit 27019a62a4)
2023-12-01 23:29:27 +01:00
ModoX
477bd4b0d7 Core/Waypoints: Drop waypoint_scripts table (#29437)
(cherry picked from commit 3f6f683ce4)
2023-12-01 23:29:27 +01:00
Shauren
543d7d5001 Core/Locales: Set active code page and locale used by c string functions to utf8
Closes #29455

(cherry picked from commit b299902881)
2023-12-01 23:28:35 +01:00
Shauren
fa7b01bec7 Core/Auras: Fixed crash happening when a periodic aura tick triggers SPELL_AURA_SPLIT_DAMAGE_PCT
Closes #29450

(cherry picked from commit 3a50bc50a2)
2023-12-01 23:28:35 +01:00
Shauren
7aa5ffa1fa Core/Phasing: Fixed startup crash caused by accessing uninitialized global variable
Closes #29449

(cherry picked from commit 35ab7dfa8e)
2023-12-01 23:28:35 +01:00
Shauren
65bb6217aa nopch fix
(cherry picked from commit 5052fa3ea1)
2023-12-01 23:28:35 +01:00
Shauren
070cd23b6c Core/Calendar: Implement different timezone support for ingame calendar
Closes #8390
Closes #29427

(cherry picked from commit b888b1b09f)
2023-12-01 23:28:35 +01:00
Shauren
b6e346eaf0 Core/Scripts: Add start/fail asset values from criteria to valid game event ids
Closes #29447

(cherry picked from commit 8c072b93af)
2023-12-01 23:28:35 +01:00
Shauren
21b75530a6 Core/CrashHandler: Add a timeout to retrieving windows version from WMI
(cherry picked from commit 36a6488405)
2023-12-01 23:28:35 +01:00
Shauren
33fcde6383 Tools/Map extractor: Minor optimization in MCNK parsing loop - look up end iterator once
(cherry picked from commit 54d969713b)
2023-12-01 23:28:35 +01:00
Shauren
b45fa04a05 Core/Instances: Fixed initializing instance id sequence generator
(cherry picked from commit 4eb6b0156d)
2023-12-01 23:28:35 +01:00
Ovahlord
10c9196849 DB/Misc: removed spawns from non-existing maps and emptied/downgraded several database tables 2023-11-29 21:23:22 +01:00
Ovahlord
28730d495e Core/Creatures: restore the PetSpellDataId field in creature_template 2023-11-29 15:31:06 +01:00
Ovahlord
a7d29b6c7c Core/Packets: fixed structure of SMSG_GOSSIP_MESSAGE 2023-11-29 14:55:22 +01:00
Ovahlord
6c8561fb49 Core/Creatures: added Civilian field back into creature_template 2023-11-29 14:25:40 +01:00
Ovahlord
90b963c27d DB/Creatures: removed all creatures from the database that have not been present in the 3.3.5 database 2023-11-29 13:23:38 +01:00
funjoker
b6703b3846 Core/PacketIO: Fix SMSG_WORLD_SERVER_INFO structure 2023-11-28 12:31:40 +01:00
Ovahlord
00c1f57c8b Core/Items: restore item random properties handling 2023-11-28 02:00:51 +01:00
Ovahlord
bbb320f390 Core/DataStores: load ItemRandomProperties.db2 and ItemRandomSuffix.db2 2023-11-27 22:04:39 +01:00
Ovahlord
cb5f57a8b3 Core/Packets: corrected data sent in SMSG_SET_PCT_SPELL_MODIFIER 2023-11-27 10:22:19 +01:00
Ovahlord
50a4f6ec36 Core/Items: fixed gem socket bonus checks 2023-11-25 23:39:20 +01:00
Ovahlord
bee9294901 Core/Items: downgrade gems part 1: dropped gem item levels and post classic handlings 2023-11-25 22:38:34 +01:00
Ovahlord
87d88e3788 DB/GameObjects: fixed inserting gameobject template addons 2023-11-25 20:56:54 +01:00
Ovahlord
d8f87a45ee DB/GameObjects: migrate gameobject_template from 3.3.5 branch 2023-11-25 13:06:41 +01:00
Ovahlord
abfe02c5e0 Core/Player: agility will now grant armor again and corrected initial stat calculation for stamina and mana bonus 2023-11-24 17:39:12 +01:00
Ovahlord
cfaec0a08a Core/Units: downgraded armor damage reduction 2023-11-24 17:27:50 +01:00
Ovahlord
2c6a018079 Core/Players: initial work on downgrading attack power 2023-11-24 17:23:56 +01:00
Ovahlord
34f67b9bb8 Core/Items: use the min and max damage columns from item.db2 to determine weapon damage 2023-11-24 16:37:06 +01:00
funjoker
3da898de04 DB: Add map_corpse_position table 2023-11-23 22:48:40 +01:00
funjoker
7580e4a35a DB/Hotfixes: Update locale hotfixes except asia
can't get hotfixes from asia, instant kick on login
2023-11-23 21:57:14 +01:00
funjoker
4109d95a92 DB/Hotfixes: First batch of wotlk_classic hotfixes 2023-11-23 21:32:27 +01:00
funjoker
663c698752 Core/DB2: Update GossipNpcOption field names 2023-11-23 20:15:35 +01:00
Ovahlord
eab60a2533 Core/Items: fixed heirloom armor being ignored and removed itemlevel argument for dps calculation 2023-11-23 17:54:07 +01:00
Ovahlord
4bb25732a9 Core/DataStores: renamed two fields in DB2LoadInfo.h that were missed in 335ec41e63 2023-11-23 17:24:34 +01:00
Ovahlord
335ec41e63 Core/Items: restore heirloom armor stat scaling 2023-11-23 17:21:07 +01:00
Ovahlord
d68abc1652 Core/DataStores: load ScalingStatDistribution.db2 and ScalingStatValues.db2 2023-11-23 14:00:24 +01:00
Ovahlord
cf25e56cf4 Core/Items: use the correct item-sparse column to determine stat bonus amounts 2023-11-23 12:53:25 +01:00
Ovahlord
70d2fc1392 Core/Items: downgrade items part 2: removed unused item modifiers 2023-11-23 10:27:33 +01:00
funjoker
af7832aeb4 Core: Update allowed build to 3.4.3.52237 2023-11-23 02:42:08 +01:00