Commit Graph

34067 Commits

Author SHA1 Message Date
Shauren
55eef73c48 Core/PacketIO: Increase max allowed incoming packet size for CMSG_HOTFIX_REQUEST 2021-03-02 01:06:28 +01:00
funjoker
e381745664 DB/Hotfixes: Update zhTW hotfixes to 37474 2021-03-01 23:08:43 +01:00
funjoker
c9395a106e DB/Hotfixes: Update zhCN hotfixes to 37474 2021-03-01 23:08:18 +01:00
funjoker
e4f11095d8 DB/Hotfixes: Update ruRU hotfixes to 37474 2021-03-01 23:07:47 +01:00
funjoker
e50671345a DB/Hotfixes: Update ptBR hotfixes to 37474 2021-03-01 23:07:21 +01:00
funjoker
04909f9c95 DB/Hotfixes: Update koKR hotfixes to 37474 2021-03-01 23:06:55 +01:00
funjoker
d1bb9b0882 DB/Hotfixes: Update itIT hotfixes to 37474 2021-03-01 23:06:20 +01:00
funjoker
21583f81df DB/Hotfixes: Update frFR hotfixes to 37474 2021-03-01 23:05:44 +01:00
funjoker
d9ba9b7033 DB/Hotfixes: Update esMX hotfixes to 37474 2021-03-01 23:04:50 +01:00
funjoker
7fe3e53554 DB/Hotfixes: Update esES hotfixes to 37474 2021-03-01 23:04:50 +01:00
funjoker
eb03e52735 DB/Hotfixes: Update deDE hotfixes to 37474 2021-03-01 23:04:50 +01:00
funjoker
1a99ba35b7 DB/Hotfixes: Update base hotfixes to 37474 2021-03-01 23:04:50 +01:00
Shauren
ab9b18d3fb Core/Criteria: Always fail CRITERIA_ADDITIONAL_CONDITION_USED_LEVEL_BOOST_LESS_THAN_HOURS_AGO
Closes #26186
2021-03-01 00:52:15 +01:00
Shauren
ad479e8fa0 Core/Spells: Implemented spell effect 202 SPELL_EFFECT_APPLY_AREA_AURA_SUMMONS 2021-02-28 22:08:58 +01:00
Shauren
68bdf1c830 Core/PacketIO: Use hotfix status enum instead of magic numbers in SMSG_DB_REPLY 2021-02-28 20:58:03 +01:00
Jeremy
2380fc32dd Spells/Auras: Dont save SPELL_AURA_BATTLEGROUND_PLAYER_POSITION auras (#26076) 2021-02-28 18:50:41 +01:00
Robingad
995fb23bc1 Core/Scripts: Add SpellInfo argument to ScriptMgr::ModifySpellDamageTaken (#26141) 2021-02-28 18:42:36 +01:00
Robingad
5e78494e54 Core/Spells: Add nullptr itemTarget check in Spell::EffectEnchantItemTmp (#26172) 2021-02-28 18:10:27 +01:00
Shauren
c86cffe5ef Core/DataStores: Support all new hotfix status values 2021-02-28 01:14:33 +01:00
Shauren
3e3b93b509 Core/Scenes: Add support for encrypted scenes 2021-02-27 21:49:35 +01:00
Ovah
ee2ebfe87d Core/Auras: implemented SPELL_AURA_MOD_HEALING_DONE_PCT_VERSUS_TARGET_HEALTH (#26176) 2021-02-27 20:55:59 +01:00
Matan Shukry
e972f84e7b Scripts/Spells: Removed unused warrior spell scripts (#26160) 2021-02-27 20:40:38 +01:00
Matan Shukry
8665323876 Scripts/Spells: Removed unused dk spell scripts (#26154) 2021-02-27 20:23:37 +01:00
Matan Shukry
1fa33b1dc8 Scripts/Spells: Removed unused warlock spell scripts (#26159) 2021-02-27 13:56:41 +01:00
Matan Shukry
18a82d9801 Scripts/Spells: Removed unused shaman spell scripts (#26158) 2021-02-27 13:51:37 +01:00
Matan Shukry
6b9ff7442e Scripts/Spells: Removed unused rogue spell scriptss (#26157) 2021-02-27 13:50:05 +01:00
Matan Shukry
a681309d58 Scripts/Spells: Removed unused hunter spell scripts (#26155) 2021-02-27 13:28:42 +01:00
Matan Shukry
b8f76334fe Scripts/Spells: Removed unused priest spell scripts (#26153) 2021-02-27 12:55:39 +01:00
Shauren
afae75841b Core/SAI: Rename SMART_ACTION_TALK_CONVERSATION to SMART_ACTION_CREATE_CONVERSATION 2021-02-27 11:42:44 +01:00
Matan Shukry
0996d60944 Core/SAI: Add SAI action to create a conversation (#26169) 2021-02-27 11:22:55 +01:00
Shauren
87ec98dd21 Fix nopch build 2021-02-27 10:36:57 +01:00
Shauren
ec9f5be6a6 Core/Phasing: Implemented setting personal guid on PhaseShift 2021-02-27 01:44:44 +01:00
Shauren
c9344c145a Core/Auras: Implemented SPELL_AURA_PHASE_ALWAYS_VISIBLE 2021-02-26 22:10:34 +01:00
Shauren
f269f60d8a Scripts/Quests: Implemented new quest scripting hook, OnQuestAcknowledgeAutoAccept, used when player closes quest frame after viewing details of autoaccept quests 2021-02-26 20:42:29 +01:00
Shauren
dcca884605 Core/Misc: Really fixed nopch MSVC build
(cherry picked from commit e19bb7a1a5)
2021-02-25 20:29:22 +01:00
ccrs
045b26fe9f Core/Movement: correction on header use on some generators
(cherry picked from commit daef1493f2)
2021-02-25 20:20:29 +01:00
Shauren
34cd11860d Core/Misc: Fixed nopch MSVC build
(cherry picked from commit e977bb4c4d)
2021-02-25 19:59:07 +01:00
ccrs
82b7f47d53 Core/AI: reorder methods in ScriptedEscortAI
plus ninja rename

(cherry picked from commit 0db5516a1a)
2021-02-25 18:50:55 +01:00
Ovah
b77c9d7a8c Core/Spells: Gathering no longer fails after patch 3.1.0 (#21039)
* Core/Skills: gathering items with orange skill level will no longer fail as it has been removed with patch 3.1.0

Closes #21038

(cherry picked from commit 51bcd1a918)
2021-02-25 18:50:55 +01:00
Killyana
aea873c22d DB/SAI: Clam Master K
Updates #12534

(cherry picked from commit 8ccf905f40)
2021-02-25 18:50:55 +01:00
jackpoz
a01d397c3d Core/Misc: Fix static analysis issues
Fix static analysis issues reported by 3rd party tools

(cherry picked from commit 24e82fe83d)
2021-02-25 18:50:55 +01:00
jackpoz
668a3ad643 Core/Misc: Fix static analysis issues
Fix coverity id 1382860

(cherry picked from commit 19e99478a7)
2021-02-25 18:50:55 +01:00
Ovah
2a51edc5bc Core/Creatures: Implemented extra flag to use offhand attacks (#21008)
* Fixed initial offhand attack timer so the main and offhand attacks will now act blizzlike instead of getting executed at the same time

Note: since some creature equipment items cannot be identified as weapon since they are only visual items there is no way to detect this automaticly
(cherry picked from commit 869affa893)
2021-02-25 18:50:55 +01:00
Killyana
99e53c6d99 DB/Creature: Fix Nether Drake Inhabittype
(cherry picked from commit 4464ec43aa)
2021-02-25 18:50:55 +01:00
Killyana
abb7552213 DB/Misc: Death knights area rework part7
Original work done by Grz3s on Cmangos

(cherry picked from commit a4b2c9988a)
2021-02-25 18:50:55 +01:00
Killyana
f23b9a5917 DB/Creature: Remove a wrong script
(cherry picked from commit ff3e2afbf5)
2021-02-25 18:50:55 +01:00
Killyana
3c05a8da9f DB: Fix a db error
(cherry picked from commit f65ca9393e)
2021-02-25 18:50:55 +01:00
Serpaa
89db163a6d DB/Creature: Add two Draenei Artificer spawns
Closes #21024

(cherry picked from commit dbe3feeedb)
2021-02-25 18:50:55 +01:00
Keader
2630a5288a Core/Scripts: Fixed Enervating Brand in Baltharus encounter
Closes #21027
By Mihapro

(cherry picked from commit 6598c5d2f3)
2021-02-25 18:50:55 +01:00
Shauren
c1ad297a72 Core/Spells: Fixed accessing freed memory after reloading spell_area
(cherry picked from commit d011097ab0)
2021-02-25 18:50:55 +01:00