Kitzunu
fb5d2fa2e5
fix(Core/Spell): Make use of SPELL_ATTR7_IGNORE_COLD_WEATHER_FLYING ( #4933 )
2021-03-24 18:19:57 -06:00
Kitzunu
83e430f28a
fix(Core/Spell): Make use of SPELL_ATTR6_NOT_RESET_SWING_IF_INSTANT ( #4931 )
2021-03-24 16:58:41 -06:00
UltraNix
0e8cb3e4b2
feat(Core/Game): Add option to disable trading BoP items among raid members ( #4895 )
2021-03-24 15:19:58 -06:00
Andrius Peleckas
b093380258
feat(Core/Movement): MotionMaster "Land" and "Take off" velocity speed is optional now ( #3446 )
2021-03-23 13:40:59 -06:00
UltraNix
1d5cc1fb74
feat(Core/Maps): Use a fixed offset instead of full collision height when retrieving floor Z. ( #4909 )
2021-03-21 15:20:06 +01:00
Erick Sanhueza
ac5958c8ee
fix(Core/AI): add condition to force casters into melee combat ( #4894 )
2021-03-21 15:19:52 +01:00
Wojciech Nosal
e06d30e686
fix(Core/Creature): Respawning mobs missing aggro "grace period" ( #4893 )
2021-03-21 15:19:35 +01:00
UltraNix
00f7a6bbde
fix(Core/Maps): Include collision height in underwater status calculations. ( #4855 )
2021-03-21 15:19:07 +01:00
UltraNix
adf627cb65
feat(Core/Spells): Implemented SPELL_AURA_DETECT_AMORE. ( #4850 )
2021-03-21 15:18:55 +01:00
UltraNix
6c7cc1690f
fix(Core/Creatures): Fixed displaying trainer npcflags that are not valid to player. ( #4848 )
2021-03-21 15:18:41 +01:00
UltraNix
485f7e7639
feat(Core/DB/Authserver): remove sha_pass_hash ( #4827 )
2021-03-21 15:17:57 +01:00
Kitzunu
9f354db7be
feat(Core/Creature): Implement c_t_r & c_t_s ( #4359 )
2021-03-21 15:15:59 +01:00
Petric
5aed4dd193
fix(Core/Commands): .cheat god lowering hp to 1 and .cheat power not refilling power ( #3299 )
2021-03-21 15:15:00 +01:00
Francesco Borzì
8bacb39d53
feat(Core/Hooks): OnLastIpUpdate(accountId, ip) ( #4913 )
2021-03-20 18:26:35 +01:00
UltraNix
b2f6a36c6c
fix(Core/Movement): Fixed collision calculation returning wrong position. ( #4879 )
2021-03-20 17:55:59 +01:00
AbraKabastard
e4aa9be1f7
fix(Core/Loot): Gold should always be lootable, even if it's the only loot ( #4842 )
2021-03-20 17:26:57 +01:00
Cláudio Costa
aea4ce3094
fix(scripts/Ulduar): Improve Hodir ( #4703 )
2021-03-20 08:36:30 -06:00
Stefano Borzì
d82d2041b4
fix(Core/SpellEffect): Increase speed of cat charge ( #4795 )
2021-03-19 22:54:25 -06:00
Hacki95
2031e55ec7
fix(DB/Core) Fix the CLS damage system and update creature_classlevelstats ( #4749 )
...
* Fix the CLS dmg system
Thanks to TC: ccfa82e7d5
2021-03-19 17:26:30 -06:00
Cláudio Costa
11ff55e075
fix(Core): prevent potential crash ( #4875 )
2021-03-19 17:56:51 +01:00
r0m1ntik
cb0fb719db
fix(Core/MailHandler): Fix display of item enchantments in mailbox ( #4872 )
...
* fix(Core/MailHandler): Fix display of item enchantments in mailbox
* Update MailHandler.cpp
Co-authored-by: r0m1ntik <r.badanin94@yandex.ru –>
2021-03-19 11:23:01 +01:00
Cláudio Costa
990dbfe297
fix(Core): Removing auras from spells that trigger taxi ( #4820 )
2021-03-18 16:51:36 +01:00
Francesco Borzì
f6a17164be
fix(Core/License): issue with old files license ( #4762 )
2021-03-17 09:46:01 -06:00
UltraNix
0d19ac4312
fix(scripts/Ulduar): Two fixes to Algalon encounter ( #4852 )
2021-03-17 08:08:25 -06:00
Cláudio Costa
99c2efe3c2
fix(Core): Rogue - Premeditation fix ( #4695 )
2021-03-16 16:58:56 -06:00
dunjeon
8108f78762
feat(Core/Hook): OnSendInitialPacketBeforeAddToMap ( #4645 )
2021-03-13 23:46:58 +01:00
r0m1ntik
b24ee3fc10
fix(Core/Spells): Warlock Death Coil shouldn't be able to crit ( #4629 )
2021-03-12 15:12:43 +01:00
Stefano Borzì
7988717eef
fix(Code/Fishing): improve timing of fishing ( #4733 )
2021-03-07 13:13:29 +01:00
Asfo Zavala
e59041ddb1
fix(Core): Compilation with EXTRA_LOGS in Windows ( #4605 )
2021-03-04 12:20:04 -06:00
r0m1ntik
3162ba3b24
fix(Core/player): Fix localized gossip_menu_option ( #4584 )
2021-03-03 20:02:19 -06:00
Francesco Borzì
498c5c9afc
chore(Core/worldserver.conf): Enable warden by default ( #4533 )
...
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
2021-03-03 14:43:43 -06:00
Kitzunu
28f1dc5c0c
refactor(Core): replace NULL with nullptr ( #4593 )
2021-03-02 01:34:20 +01:00
Kargatum
dbefa17a53
feat(Core/Config): rework config and delete ACE inherited ( #4608 )
2021-02-28 14:37:03 +01:00
Kargatum
b9e132a941
chore(Misc): correct double includes ( #4647 )
2021-02-26 17:44:08 +07:00
Kitzunu
dbc0ff6554
refactor(Core): sort #includes alphabetically ( #4579 )
2021-02-24 22:34:42 +01:00
Francesco Borzì
a4115862de
feat(Core/Hooks): OnBattlegroundDesertion ( #4619 )
2021-02-21 22:12:25 +01:00
r0m1ntik
8dbdffab92
fix(Core/Spell): Divine Protection reduces fall damage ( #4618 )
2021-02-21 20:23:46 +01:00
Kitzunu
812a744371
fix(Core/SAI): Do not reset HP with SMART_ACTION_UPDATE_ENTRY ( #4486 )
...
Co-Authored-By: Wyrserth <43747507+Wyrserth@users.noreply.github.com >
2021-02-13 14:53:44 -05:00
Francesco Borzì
a63e41e5b3
feat(Core/Conf): Rate.RewMoneyMaxLevel ( #4546 )
2021-02-12 16:20:31 +01:00
Walter Pagani
5106e8234b
fix(Core): loot party ( #4409 )
2021-02-12 13:03:49 +01:00
Footman
695a7402ad
fix(Core): creature movement bugs ( #4544 )
...
- fix UpdateEnvironmentIfNeeded was changing flying creature status all the time. closes : #4447
- fix hovering state was causing bugs at #4466
- add animation state priority: fly > hover > ground
Co-authored-by: Wotex <fm@gmail.com >
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Patrick Lewis <pat@lo5t.com >
2021-02-12 11:42:41 +01:00
Footman
522eb9a7e4
fix(Core/Pathfinding): Creatures regen health, spells LOD ( #4509 )
2021-02-10 00:37:05 +01:00
Francesco Borzì
8915ab1362
feat(Hooks/PlayerScript): ShouldBeRewardedWithMoneyInsteadOfExp ( #4445 )
2021-02-09 14:09:41 -05:00
Kitzunu
82eb8b44d1
refactor(Core/Spell): Pascal Case some SpellEntry types ( #4432 )
2021-02-08 19:01:37 -05:00
Kitzunu
05a8217270
refactor(Core/Player): add helper method for PLAYER_FLAGS_DEVELOPER ( #4395 )
...
Co-Authored-By: ForesterDev <11771800+ForesterDev@users.noreply.github.com >
2021-02-08 16:55:04 -05:00
Vox
94173dbbd9
fix(Core/Spell): Restore Stealth remove check ( #4491 )
2021-02-07 14:08:10 -05:00
LannyE
2741a3ea1c
Fix Bug(cpp): SmartScriptMgr.cpp - Event Start and Stop not working ( #4392 )
2021-02-07 12:03:01 -05:00
Kitzunu
440d4191ae
fix(Core/Spell): Restore SPELL_ATTR0_CU_AURA_CC ( #4472 )
2021-02-07 09:06:27 -05:00
Kitzunu
d902411171
fix(Core/Spell): Clearcasting duration ( #4422 )
2021-02-06 21:06:30 -05:00
Footman
e7bfbe7651
fix(Core/Pathfinding): pets chase & transport ( #4451 )
2021-02-06 20:22:15 -05:00