jestermaniac
a8ca50fc47
fix(Scripts/Items): Powerful Anti-venom ( #7854 )
2021-09-18 14:45:55 -06:00
UltraNix
be4377f540
fix(Scripts/Items): Goblin Bomb Dispenser ( #7190 )
...
- Closes #6609
2021-08-06 16:27:18 +02:00
UltraNix
ba85988d31
fix(Scripts/Item): Gnomish Death Ray. ( #7062 )
...
- Closes #5648
2021-07-23 13:13:49 +02:00
Kitzunu
5d66e57181
chore(Core/Spell): SpellId's should always be uint32 ( #6466 )
...
* chore(Core/Spell): SpellId's should always be uint32
* Update spell_item.cpp
2021-06-25 02:11:36 +02:00
Kitzunu
897a02bb75
refactor(Core/Misc): acore to Acore ( #6043 )
2021-05-31 14:21:54 +02:00
UltraNix
f4c226423d
feat(Core/Misc): implement ObjectGuid class (port from TC) ( #4885 )
2021-04-25 22:18:03 +02:00
r0m1ntik
66ca61025d
fix(Core/Spell): Val'anyr periodic healings proc and move to new proc system ( #4216 )
2021-03-21 22:40:50 -04:00
Francesco Borzì
f6a17164be
fix(Core/License): issue with old files license ( #4762 )
2021-03-17 09:46:01 -06:00
Stifler82
08c2ddbee2
fix(Core/Spell): Anti-Venom ( #4711 )
2021-03-07 13:12:59 +01:00
Kitzunu
28f1dc5c0c
refactor(Core): replace NULL with nullptr ( #4593 )
2021-03-02 01:34:20 +01:00
Kitzunu
dbc0ff6554
refactor(Core): sort #includes alphabetically ( #4579 )
2021-02-24 22:34:42 +01:00
Kitzunu
b43c5c9bf3
fix(Core/Spell): Instant Statue ( #4319 )
...
* fix(Core/Spell): Instant Statue
* make sure GetCaster() is not null
* values
* unit not player
* scriptName
* Update spell_item.cpp
* feat(Core/Spell): Implement ValidateSpellInfo
* Cherry-pick from 2b5d7eef3a & a0a158b5b8
* Revert "feat(Core/Spell): Implement ValidateSpellInfo"
This reverts commit 7690f02b49c82c65de3e92307063211a2e9941f5.
* Revert "Revert "feat(Core/Spell): Implement ValidateSpellInfo""
This reverts commit 8ffbb46fafe1f2d1597b4295b9e5fcec822d1181.
* Update spell_item.cpp
* dependant on https://github.com/azerothcore/azerothcore-wotlk/pull/4323
* untargetable
2021-02-02 16:08:52 +01:00
Kitzunu
0d52b4ca4a
feat(Core/Spell): Implement ValidateSpellInfo ( #4323 )
...
* feat(Core/Spell): Implement ValidateSpellInfo
* cherry-pick from 2b5d7eef3a & a0a158b5b8
* sLog->outError
* cleanup
* convert to ValidateSpellInfo
* fix error log
* improve sLog->outError
* remove non related spells stuff from Validate
* remove the last
* build
* build x2
2021-02-01 18:57:25 +01:00
Kitzunu
8851152815
fix(Core/Item): Implement mount speed mod items ( #4258 )
2021-01-30 00:46:59 +01:00
Kitzunu
da4edd547d
chore(core): remove malformed whitespaces ( #4244 )
...
* from https://www.codefactor.io/repository/github/azerothcore/azerothcore-wotlk/issues?category=Style&groupId=838&lang=5&page=75
2021-01-10 14:27:55 +01:00
Francesco Borzì
d4a58700d4
refactor(Core): apply clang-tidy modernize-use-override ( #3817 )
2020-12-06 18:04:55 +01:00
Kargatum
5e20b46812
refactor(Core/Scripts): restyle scripts lib with astyle ( #3467 )
2020-10-11 10:35:34 +02:00
Kitzunu
6ede23d177
fix(Core/AuraScript): Soul Feast should apply on some Valithria mobs ( #3355 )
...
* fix(Core/ItemScript): Shadow's Edge should give stacks on some Vali mobs
* make the logic more beautiful
* update name to IsException
* build
* IsException -> isException
* Keep it to a standard :)
* indentation
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-09-15 21:09:50 +02:00
Kitzunu
1f89282b22
refactor(Core): NULL -> nullptr ( #3275 )
...
* NULL to nullptr
* NULL to nullptr
* NULL to nullptr
* NULL to nullptr
* NULL to nullptr
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com >
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com >
2020-08-31 11:55:09 +02:00
VhiperDEV
0d25f63257
fix(Core/SpellScript): Script item Egg Nog ( #2943 )
...
Co-Authored-By: Kitzunu <24550914+Kitzunu@users.noreply.github.com >
Co-authored-by: Barbz <BarbzYHOOL@users.noreply.github.com >
2020-06-28 15:20:22 +02:00
Viste
e22d78ecd6
refactor(Core): rename namespaces and macros to acore ( #2454 )
2019-12-01 13:13:31 +01:00
GMKyle
26998d36bb
fix(Core/Spell): Eye of Gruul healing discount spell ( #1913 )
2019-11-05 07:53:32 +01:00
Stoabrogga
8f51c756d5
fix(Core/spell_item): Fix a few items with spell effects ( #2296 )
2019-10-08 08:08:36 +02:00
Stoabrogga
d8f14c982f
fix(DB/Spell): Argent Dawn trinkets ( #2007 )
2019-07-03 01:29:13 +02:00
Poszer
80c2025cd9
fix(CORE/Spells): Shadowmourne spell effect ( #1731 )
...
- Remove SM aura (Soul Fragment) if the item is unequiped
2019-04-23 23:47:53 +02:00
Nefertumm
c15206fc15
Revert "feat(core): Ensure that all actions are compared to fixed point in time ( #1236 ) ( #1458 )" ( #1471 )
...
This reverts commit 51b8773528 .
2019-02-15 15:14:49 -03:00
Viste(Кирилл)
51b8773528
feat(core): Ensure that all actions are compared to fixed point in time ( #1236 ) ( #1458 )
...
i.e. world update start
2019-02-14 19:22:17 +01:00
Lee
d172c43459
[Core/ Spell] Val'anyr Hammer of Ancient Kings Fix ( #1388 )
...
* [Core / Spell] Fixed Val'anyr Hammer of Ancient Kings
Fixed issue with Val'anyr Hammer of Ancient Kings procing on non healing spells such as buffs
2019-02-01 01:59:19 +00:00
Nefertumm
dd300003e2
Update license links ( #783 )
2018-03-12 10:54:57 +01:00
Yehonal
17332304fd
Using TC structure allowing easier patches importing
2017-12-21 00:20:29 +01:00
Yehonal
b0c8eceb08
Refactoring part 2 [W.I.P]
2016-08-12 02:38:26 +02:00
Yehonal
f6eefedcd5
converted all tabs to 4 spaces
2016-06-26 19:23:57 +02:00
Yehonal
e8e94a0a66
First Commit
...
For Azeroth!
2016-06-26 10:39:44 +02:00