xvwyh
1a073e2df0
Core/PathFinding: Fix GetPathPolyByPosition() using only 2D distance instead of 3D
...
Signed-off-by: jackpoz <giacomopoz@gmail.com >
(cherry picked from commit 2d6237f06a )
2022-02-27 20:08:41 +01:00
jackpoz
d06c93185a
Core/Loot: Raise max number of loot items from 16 to 18
...
Fixes #23948
(cherry picked from commit 5491cb51a2 )
2022-02-27 20:08:41 +01:00
offl
7bac14995c
DB/Gameobject: Add correct door to Sethekk Halls
...
(cherry picked from commit 3ce1a5b3ac )
2022-02-27 20:08:41 +01:00
ForesterDev
513eb0acb9
Scripts/ICC: update Icecrown Citadel scripts to new model ( #25439 )
...
(cherry picked from commit 54b9bb75e4 )
2022-02-27 00:28:25 +01:00
ForesterDev
25bca7bef3
Scripts/ICC: update Gunship Battle scripts to new model ( #25438 )
...
(cherry picked from commit 2e1a6aefd0 )
2022-02-27 00:28:25 +01:00
Giacomo Pozzoni
d02ee9de37
Script/Commands: Add ".pdump copy" command ( #25455 )
...
* Script/Commands: Add ".pdump copy" command
Syntax: .pdump copy $playerNameOrGUID $account [$newname] [$newguid]
Copy character with name/guid $playerNameOrGUID into character list of $account with $newname, with first free or $newguid guid.
* Add missing return
* Restore eof check
* Fix sql
* Use forward declaration header
Co-authored-by: Shauren <shauren.trinity@gmail.com >
* Remove buffer when reading a line
* Rename sql files
Co-authored-by: Shauren <shauren.trinity@gmail.com >
(cherry picked from commit 6215da0d64 )
2022-02-27 00:28:25 +01:00
Ovah
cec71e8301
Core/Quests: Do not tell the client to request questgiver details for the next quest in chain on quest reward if the player cannot accept it yet ( #27816 )
...
This fixes an issue that was causing the gossip UI to get stuck when the client tried to request questgiver details that it wasnt allowed to retrieve yet
2022-02-26 23:18:34 +01:00
Aqua Deus
8fe7748f30
Scripts/Spells: Delete obsolete druid spell scripts ( #27813 )
2022-02-26 23:12:28 +01:00
Teleqraph
f9753cb3dc
Scripts/Spells: Fixed Rapture ( #27800 )
...
Trigger PW:S after cast to move it after EFFECT_1
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2022-02-26 23:09:14 +01:00
ModoX
8de5053a65
Core/Quests: Fixes response selection to use correct referenced identifier ( #27808 )
2022-02-26 23:07:43 +01:00
Aqua Deus
6c01f761b2
Core/Auras: Implement SPELL_AURA_FORCE_BREATH_BAR ( #27790 )
...
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2022-02-26 21:23:37 +01:00
Jeremy
19f64e66e5
Core/GameObjects: Implemented GAMEOBJECT_TYPE_CAPTURE_POINT ( #27034 )
2022-02-26 19:01:00 +01:00
Shauren
ee835671b4
Core/Objects: Added helper structures to allow using customized updatefield sending packet functions with Trinity::MessageDistDeliverer
2022-02-26 15:58:23 +01:00
Shauren
3e9b9603b6
Core/Objects: Add new 9.2 guid types
2022-02-25 23:37:02 +01:00
Shauren
1021fcee34
Core/PacketIO: Rename some new opcodes
2022-02-25 19:18:55 +01:00
Shauren
7f39c6ef32
Core/PacketIO: Fixed placeholders in DungeonScoreSeasonData
2022-02-25 14:14:56 +01:00
Shauren
d945a118db
Core/Auras: Implemented SPELL_AURA_DISABLE_INERTIA (506)
2022-02-25 12:37:04 +01:00
Shauren
ce49d5615b
Core/Misc: Update various enums for 9.2
2022-02-25 12:29:47 +01:00
Shauren
7fbdd6473e
Core/DataStores: Updated db2 structures to 9.2.0
2022-02-25 11:40:20 +01:00
Shauren
9f30afe352
Core/PacketIO: Updated packet structures to 9.2.0
2022-02-24 23:16:55 +01:00
Shauren
f96c8cc39b
Core/Auras: Implemented PROC_FLAG_DEAL_HELPFUL_PERIODIC and PROC_FLAG_TAKE_HELPFUL_PERIODIC for periodic healing auras
2022-02-22 12:30:25 +01:00
Ovah
d7736ef732
Scripts/Antorus: updated Garothi Worldbreaker initialization for dynamic spawn handling ( #27817 )
2022-02-21 20:03:53 +01:00
Aqua Deus
1a0341ccbd
Core/Auras: Implement SPELL_AURA_IGNORE_DUAL_WIELD_HIT_PENALTY ( #27786 )
2022-02-17 18:14:42 +01:00
Traesh
543a7b79c3
Core/Maps: Add Map::DoOnPlayers helper function ( #25233 )
2022-02-16 23:54:26 +01:00
Aqua Deus
64e8e11377
Core/Auras: Fix SPELL_AURA_MOD_DAMAGE_DONE_FOR_MECHANIC for effects mechanics ( #27783 )
...
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2022-02-16 21:56:49 +01:00
Aqua Deus
f12f3a972f
Core/Auras: Implement SPELL_AURA_MOD_ENVIRONMENTAL_DAMAGE_TAKEN ( #27781 )
2022-02-16 00:00:55 +01:00
Aqua Deus
e14f7582cb
Scripts/Spells: Convert rogue spell scripts to new script registration syntax ( #27752 )
2022-02-15 23:52:51 +01:00
Aqua Deus
f205a89c86
Core/Spells: Implement spell attribute SPELL_ATTR3_NO_DURABILITY_LOSS ( #27750 )
...
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2022-02-15 23:36:18 +01:00
Seyden
272addbf2b
Core/Scripts: Fix Hotswap not reinitializing AIs after destroying them and then crashing due to AI being nullptr ( #27744 )
2022-02-15 22:36:48 +01:00
Teleqraph
c0748d4285
Scripts/Spells: updated Penance ( #27737 )
2022-02-15 22:15:29 +01:00
Shauren
11aafe53b1
Core/Pets: Relax summoning pet assertion condition
...
Closes #27778
2022-02-15 00:27:05 +01:00
Aqua Deus
e0790d8107
Scripts/Spells: Fix monk roll ( #27736 )
...
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2022-02-14 23:29:32 +01:00
Shauren
f6e72494f1
Dep: Raise required boost versions to 1.73 on windows and 1.71 on linux and remove compatibility code for unsupported versions
2022-02-14 12:43:57 +01:00
Teleqraph
a6dd3a1946
Scripts/Spells: Fixed Cold Snap ( #27734 )
2022-02-14 12:02:29 +01:00
Shauren
3798de4b39
Core/Spells: Fixed spell Launch phase being handled at incorrect time for spells with LaunchDelay
2022-02-14 00:16:03 +01:00
Aqua Deus
580e1e5d85
Scripts/Spells: Fix priest talent Power Word: Solace ( #27732 )
2022-02-14 00:14:59 +01:00
Aqua Deus
61e96a7e14
Scripts/Spells: Fix priest talent Twist of Fate ( #27730 )
...
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2022-02-13 22:15:33 +01:00
Meji
966430dc44
Core/BattlePets: Implemented CMSG_BATTLE_PET_UPDATE_NOTIFY ( #27724 )
2022-02-13 19:18:18 +01:00
Teleqraph
0a923c7bf1
Scripts/Spells: Fixed Infusion of Light ( #27723 )
2022-02-13 19:00:59 +01:00
Shauren
439b027d48
Core/Misc: Cleanup unused includes
2022-02-13 15:07:00 +01:00
Shauren
ad4f4bfab7
Core/Misc: Minor game include cleanup
2022-02-13 00:49:10 +01:00
Shauren
b3f1563140
Core/Maps: Add missing MapManager::_freeInstanceIds initialization in 665bab608c
2022-02-12 22:33:49 +01:00
Shauren
f8ad7017dd
Core/Misc: Move (or delete) constructors and destructors to .cpp files (avoids compiling them in every file that includes them)
2022-02-12 21:36:46 +01:00
Shauren
f6280163c6
Core/Misc: Don't include CharacterPackets.h in SpellPackets.h
2022-02-12 01:23:30 +01:00
Shauren
56275a7db3
Core/Misc: script PCH tuning
2022-02-12 00:17:08 +01:00
Shauren
fe8c1ac7ac
Core/Misc: database PCH tuning
2022-02-11 23:37:22 +01:00
Shauren
8ff40f7a7a
Core/Misc: proto PCH tuning
2022-02-11 22:58:56 +01:00
Shauren
df48af798b
Core/Misc: game PCH tuning
2022-02-11 22:15:38 +01:00
Shauren
32c6c76476
Core/Guilds: Forward declare GuildAchievementMgr
2022-02-11 22:14:18 +01:00
Shauren
3fca1dad20
Dep/g3d: Purge Windows.h includes from headers we include
2022-02-11 22:13:40 +01:00