Commit Graph

9330 Commits

Author SHA1 Message Date
Angelo Venturini
d2610941bd fix(Core): Crash (#13106) 2022-09-24 03:28:32 -03:00
AzerothCoreBot
f61943b582 chore(DB): import pending files
Referenced commit(s): a59ac556ab
2022-09-24 06:25:26 +00:00
ZhengPeiRu21
a59ac556ab fix(DB): Override Spell Bonus Coefficients (Workaround) (#13104) 2022-09-24 03:23:20 -03:00
AzerothCoreBot
5367b8ec8f chore(DB): import pending files
Referenced commit(s): bb7e38b977
2022-09-23 21:50:41 +00:00
Benjamin Jackson
bb7e38b977 fix(DB/skilllineability_dbc): Correct structure of skilllineability_dbc (#13088)
* Create blackrock-drakes.sql

* Guess I guess

* get rid of it it's not funny anymore

* slap that bad boy on there

* get rid of it because i'm not a comedian

* Testing

* no test

* for the good of all things skillful
2022-09-23 17:48:29 -04:00
Angelo Venturini
8fc055e44e fix(DB): typo in DB file (#13095) 2022-09-22 19:12:46 -03:00
AzerothCoreBot
23f432c6b5 chore(DB): import pending files
Referenced commit(s): 01ff8398a1
2022-09-22 11:57:02 +00:00
Gultask
01ff8398a1 fix(DB/gameobject): Import Vmangos herbs for Old World starter zones. (#13031) 2022-09-22 08:51:53 -03:00
AzerothCoreBot
0274458ac1 chore(DB): import pending files
Referenced commit(s): 043aa7cb2c
2022-09-22 01:59:41 +00:00
Malcrom
043aa7cb2c fix(DB/Spawning) Shadowpine NPCs Ghostlands (#13093) 2022-09-21 22:57:25 -03:00
AzerothCoreBot
f71ce38d7d chore(DB): import pending files
Referenced commit(s): 9844580cf7
2022-09-21 19:47:48 +00:00
ZhengPeiRu21
9844580cf7 fix(DB/creature_template): Vanilla gold drop values (credit Vmangos) (#11927)
fix(DB/creature_template): Vanilla gold drop values
2022-09-21 15:45:30 -04:00
AzerothCoreBot
1123e589fc chore(DB): import pending files
Referenced commit(s): 337c308dd3
2022-09-21 18:21:30 +00:00
Angelo Venturini
337c308dd3 fix(Core/TempleOfAhnQiraj): Viscidus (#12956) 2022-09-21 15:19:21 -03:00
AzerothCoreBot
d50dfdbee6 chore(DB): import pending files
Referenced commit(s): e87e56a0a7
2022-09-21 18:11:25 +00:00
ZhengPeiRu21
e87e56a0a7 fix(DB/creature_template): Vanilla Creature Speed corrections (Credit VMangos) (#11924)
* fix(DB/creature_template): Vanilla Creature Speed corrections

* fix(DB/creature_template): Vanilla Creature Speed corrections
2022-09-21 14:09:08 -04:00
AzerothCoreBot
7d0b631bbd chore(DB): import pending files
Referenced commit(s): c79edad21f
2022-09-21 17:25:50 +00:00
SoglaHash
c79edad21f fix(Scripts/UpperBlackrockSpire): Missing Seal of Ascension event (#12891)
* fix(Scripts/UpperBlackrockSpire): Missing Seal of Ascension event

Using seal of ascension during the arena event  does not start event

Seal of ascension does not give chromatic protection buffs

Closes https://github.com/azerothcore/azerothcore-wotlk/issues/9069

* fixup! fix(Scripts/UpperBlackrockSpire): Missing Seal of Ascension event
2022-09-21 13:23:34 -04:00
UltraNix
bd536a039d fix(Core/Battlegrounds): MinLevel and MaxLevel from `battelground… (#12880)
fix(Core/Battlegrounds): `MinLevel` and `MaxLevel` from `battelground_template` should be taken into account while joining bg queue.

Fixes #6781
2022-09-21 13:17:38 -04:00
AzerothCoreBot
76f855d995 chore(DB): import pending files
Referenced commit(s): e3f9ad1e6b
2022-09-21 17:08:52 +00:00
SoglaHash
e3f9ad1e6b fix(CORE/Naxxramas): Portals and Teleports (#12696)
This fixes overlapping portals inside and outside Naxxramas. Their
rotation is also corrected (from CCW to CW). The post-boss
Naxxramas portals now teleport to the blue hub portal and activate only
when all wings are cleared. This requirement can be bypassed with the
orbs, which are now correctly
casting their respective sapphiron entry/exit spells in addition to having the
correct position.
2022-09-21 13:06:34 -04:00
AzerothCoreBot
62674c73a8 chore(DB): import pending files
Referenced commit(s): 814a8695d5
2022-09-21 17:01:42 +00:00
UltraNix
814a8695d5 fix(DB/Creatures): Arathi Basin Rare Critters: (#12882)
The critters should not be attackable.
Lady and Cleo should spawn under Alliance control.
Spike and Underfoot should spawn under Horde control.
Fixes #11995
2022-09-21 12:59:16 -04:00
AzerothCoreBot
1ee21d20b0 chore(DB): import pending files
Referenced commit(s): 4b3e83572c
2022-09-21 16:58:26 +00:00
ZhengPeiRu21
4b3e83572c fix(DB/gossip_menu_option_locale): Populate missing locale entries from broadcast_text (zhCN) (#11943)
* fix(DB/gossip_menu_option_locale): Populate missing entries from broadcast text

* Only include zhCN data for this PR

Co-authored-by: M'Dic <joshua.lee.betts@gmail.com>
Co-authored-by: temperrr <speudoniem@outlook.com>
2022-09-21 12:56:24 -04:00
AzerothCoreBot
103ab5704a chore(DB): import pending files
Referenced commit(s): e273d6f4f0
2022-09-21 15:05:51 +00:00
Grimgravy
e273d6f4f0 fix(Scripts/Quest): improved egg freezing (#12575) 2022-09-21 17:03:43 +02:00
schell244
f75aceb9a9 fix(Core): Small improvements for weapon/defence skill handling (#12253)
* Improve weaponskill handling

* replace pvp check TYPEID_PLAYER with IsCharmedOwnedByPlayerOrPlayer

* remove no longer needed pvp checks

* move pvp check back to ProcDamageAndSpellFor()

* rename plevel -> playerLevel, add LOG to verify increase chances

* fix issue due to negative value in uint

* revert change which allowed blocked attacks to increase weapon skill

Co-authored-by: schell244 <>
2022-09-21 09:09:26 -04:00
DavuKnight
d8598c764e feat(core): OnFfaPvpStateUpdate Event (#13023)
* Event for Notification when the Player enters into or Leaves Ffa

* Bug and Formatting Fixes
2022-09-21 08:33:28 -04:00
ZhengPeiRu21
dfa49e9433 feat(Core): Hide Game Object Quest Markers Config Option (#13013) 2022-09-21 08:29:54 -04:00
ZhengPeiRu21
7a137767fa feat(Core): OnBeforeLootMoney hook (#13030) 2022-09-21 08:28:19 -04:00
AzerothCoreBot
a91b788304 chore(DB): import pending files
Referenced commit(s): 2d8c880bdc
2022-09-21 11:48:05 +00:00
Benjamin Jackson
2d8c880bdc fix(DB/quest_offer_reward): Correct incorrect newline for Kranal Fiss (#13052)
* Create blackrock-drakes.sql

* Guess I guess

* get rid of it it's not funny anymore

* slap that bad boy on there

* get rid of it because i'm not a comedian

* make it
2022-09-21 07:45:58 -04:00
AzerothCoreBot
decc5e0c03 chore(DB): import pending files
Referenced commit(s): d9390e34b4
2022-09-21 11:45:24 +00:00
ZhengPeiRu21
d9390e34b4 fix(Core): CanAccountCreateCharacter hook parameters (#13060) 2022-09-21 07:42:56 -04:00
Angelo Venturini
9819b2d700 fix(DB/TempleOfAhnQiraj): Sartura formation groupAI (#13066) 2022-09-21 07:41:27 -04:00
Gultask
4be7bbe679 fix(DB/creature_formations): Prevent Jin'do from being pulled with trash (#13042)
Create rev_1663431752393067900.sql
2022-09-21 07:40:43 -04:00
Benjamin Jackson
6a357da28c fix(Core/Player): Give Death Knight's twenty silver on character creation (#12974)
* Make sacrifices to workflow god
Best note ever ^^
2022-09-21 07:32:33 -04:00
ZhengPeiRu21
fd08f6150f fix(Core): Hunter Readiness crash fix (#12987)
Co-authored-by: Angelo Venturini <nefertum.dev@protonmail.com>
2022-09-20 15:07:30 -03:00
天鹿
d5f839a4be fix(Core): SMART_EVENT_RANGE (#13064)
* Update SmartScriptMgr.h

* Update SmartScript.cpp
2022-09-19 21:00:10 -04:00
UltraNix
2ded17464a fix(Core): Crashfix on vehicle uninstall. (#13036) 2022-09-19 21:08:19 -03:00
Benjamin Jackson
a82c11e751 fix(Core/DBCLoader): Add handler for possibly unused DBC format data type (#13045) 2022-09-19 21:05:01 -03:00
Malcrom
972bcc3113 Feature(Smart Scripts/SMART_EVENT_RANGE): Proper fix to prevent Initial timer (#13059)
* Feature(Smart Scripts/SMART_EVENT_RANGE): Proper fix to prevent Initial timer

* Update SmartScript.cpp
2022-09-19 15:35:34 -04:00
ZhengPeiRu21
7dc598f364 feat(Core): CanAccountCreateCharacter hook (#13020) 2022-09-19 00:58:18 -03:00
UltraNix
f658c8ea0c fix(Core/Spells): Fingers of Frost should always proc alongside with … (#13008)
...Frostbite.
2022-09-19 00:52:37 -03:00
AzerothCoreBot
557f6ba6aa chore(DB): import pending files
Referenced commit(s): a885b83272
2022-09-19 03:51:09 +00:00
UltraNix
a885b83272 fix(DB/Spells): Frost of Fingers vs AoE spells. (#13007) 2022-09-19 00:49:07 -03:00
AzerothCoreBot
283e583f67 chore(DB): import pending files
Referenced commit(s): a5ab96c79d
2022-09-19 03:48:20 +00:00
UltraNix
a5ab96c79d fix(Scripts/Spells): Finger of Frost Shatter Combo. (#13006) 2022-09-19 00:46:17 -03:00
AzerothCoreBot
c8da2b64fe chore(DB): import pending files
Referenced commit(s): 4caa0cb27c
2022-09-19 03:44:39 +00:00