ZhengPeiRu21
|
06c458e748
|
feat(Core): EnableLowLevelRegenBoost config option (#13035)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
|
2022-12-11 04:53:10 +01:00 |
|
Skjalf
|
19fa22ba92
|
Revert "refactor(Core/Movement): Naming convention" (#14100)
Revert "refactor(Core/Movement): Naming convention (#13989)"
This reverts commit d2f440c3e8.
|
2022-12-11 03:53:09 +01:00 |
|
郑佩茹
|
c1c97ad425
|
Merge branch 'master' into Playerbot
# Conflicts:
# src/server/game/Server/WorldSession.cpp
# src/server/game/Server/WorldSession.h
|
2022-12-07 14:46:21 -07:00 |
|
UltraNix
|
2dcf38a847
|
fix(Core/Players): Fixed awarding kill credit while being on vehicles. (#13944)
Fixes #12849
|
2022-12-06 12:49:19 -03:00 |
|
UltraNix
|
003bd93666
|
fix(DB/Conditions): Pint-Sized Pink Pachyderm and Wolpertinger should… (#13946)
fix(DB/Conditions): Pint-Sized Pink Pachyderm and Wolpertinger should be visible only to party members or drunk players.
Fixes #13900
|
2022-12-06 12:47:43 -03:00 |
|
UltraNix
|
d32daab969
|
fix(Core/GameObject): Implement restock mechanic for non-consumable gameob… (#13950)
Core/GameObject: Implement restock mechanic for non-consumable gameobjects.
Don't allow non-consumable goobers/chests to despawn on use.
Source: TrinityCore.
Fixes #13909
|
2022-12-06 12:44:44 -03:00 |
|
Maelthyr
|
d2f440c3e8
|
refactor(Core/Movement): Naming convention (#13989)
update codestyle
Co-authored-by: Maelthyrr <lynethris@protonmail.ch>
|
2022-12-02 05:52:01 -03:00 |
|
UltraNix
|
00a8077560
|
fix(DB/Conditions): Grub should sell its items only to players who co… (#13803)
...mpleted "Dig Rat Stew" quest.
|
2022-11-21 18:52:16 -03:00 |
|
UltraNix
|
8f697bdaee
|
fix(Core/Items): Item sell prices are affected by durability loss. So… (#13801)
...urce: Vmangos.
|
2022-11-21 18:51:40 -03:00 |
|
UltraNix
|
7e4c688476
|
fix(Core/Units): Do not stun players during taxi flight. (#13798)
Fixes #13654
|
2022-11-21 06:13:50 -03:00 |
|
郑佩茹
|
cab0d6f027
|
Merge branch 'master' into Playerbot
# Conflicts:
# src/server/game/Guilds/Guild.cpp
|
2022-11-18 10:21:36 -07:00 |
|
UltraNix
|
79bef9a057
|
fix(Core/Pets): Save all spell cooldowns to db. (#13809)
Fixes #13539
|
2022-11-16 01:26:46 -03:00 |
|
UltraNix
|
ae84bf67c4
|
fix(Core/Spells): Fixed Glyph of Kilrogg. (#13802)
Fixes #13623
|
2022-11-16 01:26:05 -03:00 |
|
UltraNix
|
3603f44dad
|
fix(Core/Spells): FIxed calculating LoS for dynamic objects. (#13795)
Fixes #13777
|
2022-11-16 01:19:29 -03:00 |
|
UltraNix
|
c1bb1d47f9
|
fix(Core/Creature): Prevent flying creatures from falling on respawn. (#13774)
|
2022-11-12 13:24:12 +01:00 |
|
ZhengPeiRu21
|
42c5028018
|
fix(Core): Correct Rest Bonus Formula (#13173)
|
2022-11-11 23:32:02 -03:00 |
|
Skjalf
|
b129626ee3
|
fix(Core/Unit): Prevent CTM rooted flag from being removed on aura ex… (#13732)
fix(Core/Unit): Prevent CTM rooted flag from being removed on aura expiration
|
2022-11-08 05:44:32 -03:00 |
|
Skjalf
|
6177ce4688
|
feat(Core/Scripting): Create OnStoreNewItem() hook (#13725)
|
2022-11-07 00:26:47 -03:00 |
|
Skjalf
|
bb9e80ded1
|
fix(Core/Unit): Exclude Sword Specialization and Hack and Slash from … (#13706)
* fix(Core/Unit): Exclude Sword Specialization and Hack and Slash from the extra attack range check
* fix logic
|
2022-11-05 15:04:02 -03:00 |
|
Skjalf
|
8b7fb759c2
|
feat(Core/Scripting): Expand ModifySpellDamageTaken() to include the … (#13707)
feat(Core/Scripting): Expand ModifySpellDamageTaken() to include the spell data
|
2022-11-05 12:39:58 -03:00 |
|
Skjalf
|
e5ff59ec17
|
fix(Core/Unit): Check if the unit is within melee range before proces… (#13697)
fix(Core/Unit): Check if the unit is within melee range before processing extra attack procs
|
2022-11-04 19:27:02 -03:00 |
|
Skjalf
|
e64138314c
|
fix(Core/Scripting): Also call the OnLootItem() hook on master looted… (#13683)
fix(Core/Scripting): Also call the OnLootItem() hook on master looted items
|
2022-11-03 21:49:12 -03:00 |
|
Skjalf
|
ef8d7f4ed9
|
feat(Core/Scripting): Implement OnAuraApply() hook for unitscripts (#13658)
* feat(Core/Scripting): Implement OnAuraApply() hook for unitscripts
* fix build
* Update ScriptMgr.h
|
2022-11-02 22:34:52 -03:00 |
|
Skjalf
|
ab3548e2e4
|
feat(Core/Scripting): Expand ModifyHealReceived() to also include hea… (#13655)
feat(Core/Scripting): Expand ModifyHealReceived() to also include healing over time
|
2022-11-02 19:19:17 -03:00 |
|
ZhengPeiRu21
|
5a7822282f
|
feat(Core): Config to disable all Wintergrasp processing (#13086)
* feat(Core): Config to disable all Wintergrasp processing
* Use 2 instead of -1 - configs are parsed as uint
* Fix build warnings
|
2022-11-01 06:22:09 -03:00 |
|
UltraNix
|
330d45bda8
|
fix(Core/Spells): Spells requires cast from behind victim bypass Dete… (#13499)
fix(Core/Spells): Spells requires cast from behind victim bypass Deterrence.
Fixes #13212
|
2022-10-29 07:18:27 -03:00 |
|
UltraNix
|
4ac437419f
|
fix(Core/Units): Fixed uninitialized m_cleanDamage variable after e390087 (#13485)
fix(Core/Units): Fixed uninitialized `m_cleanDamage` variable after e390087.
Improved 252755415c
|
2022-10-29 07:16:26 -03:00 |
|
UltraNix
|
3da4d30371
|
fix(Core/Players): Fixed obtaining extra (custom) talent points only … (#13526)
fix(Core/Players): Fixed obtaining extra (custom) talent points only for DK class.
Fixes #4327
|
2022-10-29 07:15:32 -03:00 |
|
UltraNix
|
670d5724cb
|
fix(Core/Pets): Tamed hunter pets should deal physical damage. (#13522)
Fixes #13497
|
2022-10-29 07:14:07 -03:00 |
|
UltraNix
|
eb3f80ceff
|
fix(Core/Spells): Implemented SPELL_HIT_TYPE_SPLIT hit type. Source: … (#13518)
fix(Core/Spells): Implemented SPELL_HIT_TYPE_SPLIT hit type. Source: TrinityCore.
Fixes #13306
|
2022-10-29 07:13:36 -03:00 |
|
UltraNix
|
41d3df9fcb
|
fix(Scripts/Commands): Fixed command learn all my talents for chars… (#13529)
fix(Scripts/Commands): Fixed command `learn all my talents` for chars with 255 level.
Fixes #4788
|
2022-10-29 07:12:35 -03:00 |
|
UltraNix
|
ab9c648504
|
fix(Core/Movement): Removed some leftover after c8f43d8584. (#13524)
Closes #2623
|
2022-10-29 07:11:36 -03:00 |
|
UltraNix
|
93796bb01d
|
fix(Core/Creatures): Fixed loading transform auras from DB. (#13489)
Fixes #13472
|
2022-10-27 05:23:51 -03:00 |
|
UltraNix
|
e2b866dea3
|
fix(Core/Spells): Deep Wounds can proc off from non-physical spells. (#13494)
Fixes #13431
|
2022-10-23 16:51:47 -03:00 |
|
M'Dic
|
800c16bbf8
|
Fix (core): SMSG_BINDPOINTUPDATE packet fix (#13452)
|
2022-10-18 06:47:04 -04:00 |
|
Angelo Venturini
|
252755415c
|
fix(Core/Spells): Overflow damage (#13424)
|
2022-10-15 19:42:25 -03:00 |
|
ZhengPeiRu21
|
414546aeca
|
fix(Core): Fix PlayerSettingVectors (#13338)
* fix(Core): Fix PlayerSettingVectors
* Fix compile warning
|
2022-10-15 11:06:09 -04:00 |
|
M'Dic
|
2e6f6e26da
|
Add (core\db): Support for Homebind Orientation (#13389)
Add (core\db) Support for Homebind Orientation
|
2022-10-12 14:39:02 -04:00 |
|
Skjalf
|
7eb096ae0b
|
fix(Core/Creature): Fix LinkedRespawn not working with id2, etc. (#13367)
|
2022-10-12 14:03:56 -03:00 |
|
UltraNix
|
e390087efd
|
feat(Core/Items): Implemented elemental weapon damage. Source: Trinit… (#13050)
...yCore.
|
2022-10-08 14:34:52 -03:00 |
|
ZhengPeiRu21
|
906748cd16
|
Merge branch 'azerothcore:master' into Playerbot
|
2022-10-07 09:14:47 -06:00 |
|
UltraNix
|
0ae8790956
|
fix(Core/Creatures): Renamed CREATURE_FLAG_EXTRA_DONT_CALL_ASSISTANCE to CREATURE_FLAG_EXTRA_IGNORE_ASSISTANCE_CALL (#13130)
|
2022-10-06 00:18:05 -03:00 |
|
Angelo Venturini
|
60efd8215d
|
fix(Core/Vehicle): Crash (#13180)
|
2022-10-05 21:06:11 -03:00 |
|
Angelo Venturini
|
ad4ce0895f
|
fix: Qaston revert (#13320)
* Revert "fix(Core/QAston): fixed shields oneshotting (#13271)"
This reverts commit e05f61d1b3.
* Revert "fix(Core): Crash (#13292)"
This reverts commit a818bcf3e2.
* Revert "fix: Crash (#13241)"
This reverts commit be423a91b5.
* delete sql
* Revert "refactor(Core/Spells): Implement QAston Proc System (#11079)"
This reverts commit cbd3fd0967.
* add sql revert
* fix sql
* remove update from world.updates
|
2022-10-05 21:53:20 +02:00 |
|
Angelo Venturini
|
e05f61d1b3
|
fix(Core/QAston): fixed shields oneshotting (#13271)
* fix(Core/QAston): fixed shields oneshotting
* fix build
|
2022-10-04 19:37:48 +02:00 |
|
Angelo Venturini
|
a818bcf3e2
|
fix(Core): Crash (#13292)
|
2022-10-04 07:38:12 -03:00 |
|
Angelo Venturini
|
be423a91b5
|
fix: Crash (#13241)
|
2022-10-03 16:14:43 -03:00 |
|
IntelligentQuantum
|
cbd3fd0967
|
refactor(Core/Spells): Implement QAston Proc System (#11079)
* .
* sql
* .
* .
* 1
* 2
* 3
* 4
* 5
* 6
* 7
* 8
* 9
* 10
* 11
* 12
* 13
* 14
* 15
* Update spell_item.cpp
* Update Unit.cpp
* 16
* 17
* 18
* 19
* 20
* 21
* Update Unit.cpp
* REVERT UltraNIX Commit
* 22
* 23
* .
* .
* .
* warrior
* warlock
* shaman rogue priest paladin mage
* spell item
* hunter
* druid
* dk
* war
* error style
* Update rev_1647677899565690722.sql
* Update rev_1647677899565690722.sql
* Update rev_1647677899565690722.sql
* .
* DOND DEL ME WAD DO DO
* error 2
* .
* .
* .
* FIX
* Update SpellInfoCorrections.cpp
* Update SpellInfoCorrections.cpp
* .
* ja genau
* Update .gitignore
* .
* .
* .,
* .
* .
* .
* .
* Update Unit.cpp
|
2022-10-02 19:39:34 +02:00 |
|
ZhengPeiRu21
|
80c608df4f
|
Merge branch 'azerothcore:master' into Playerbot
|
2022-10-02 10:46:28 -06:00 |
|
M'Dic
|
967f8ce6d6
|
update (core): Startup console capitalizations (#13195)
|
2022-10-01 13:09:34 -04:00 |
|