* fix(Scripts/ZG): Poisonous blood not being removed at the end of siphon
* don't use doforall
* wrong spell -.-
* AURA_STATE_IMMUNITY
* was modified in SpellInfoCorrections
* drop toplayer
* cast quest credit on group members
* refactor group event
* Revert "refactor group event"
This reverts commit 36dff97740ac1e63c8f323a4dbea5bd92a73031d.
* Janalai (#13)
* wip
* nullcreature
* wipppp
* first attempt at working state
* hatcherai
* test
* conditions for hatching
* some potential fixes
* some debuggo
* some small fixes
* general fixes
* Update boss_janalai.cpp
* Update boss_janalai.cpp
* Update boss_janalai.cpp
* more debug
* Update boss_janalai.cpp
* Update boss_janalai.cpp
* Update boss_janalai.cpp
* fixed?
* Update boss_janalai.cpp
* Update boss_janalai.cpp
* Update boss_janalai.cpp
* remove dumb bomb count
it is not needed
* Update boss_janalai.cpp
* Update boss_janalai.cpp
* Update boss_janalai.cpp
* other debug
* Update boss_janalai.cpp
* Update boss_janalai.cpp
* Update boss_janalai.cpp
* Update boss_janalai.cpp
* Update boss_janalai.cpp
* remove script for egg
* F
* Revert "F"
This reverts commit 246c66ccdac52e38c95c63f0ee59f1add97f4d64.
* Revert "remove script for egg"
This reverts commit b85933583fd480f941b839623c7291b6d5887246.
* different spell ids
* Update boss_janalai.cpp
* Update boss_janalai.cpp
* Update boss_janalai.cpp
* restore data sets
changing this in a different PR, but data is still being set here
* fix(cpp/db): Quest how to win friends and infleunce enemies missing dialogue during torture
Scarlet Crusader (id: 28940), Scarlet Marksman (id: 28610), Scarlet Preacher (id: 28939) and
Scarlet Commander (id: 28936) were missing some dialog in the database and script
npc_crusade_persuaded always succeeded when the spell on Keleseth's Persuader (item id: 39371
and spell id: 52781) procced. It now only succeeds thirty percent of the time. Increased ppmRate for spell to 8.
Finally removed aggro when scarlet was 'persuaded'
closes Azerothcore issue #20110
* fix(cpp): trailing white space
* fix(db): error in text
* fix(db): syntax error
* fix(cpp/db): using urand and removed db name from insert
* fix(db): remove broadcast text and missing creature text
* fix(DB): change sql queries to comply with rules
Added a delete query before insert and backticks to column and table names
* add empty newline at the end
---------
Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
* fix(Scripts/BlackTemple): Flames should not charge players within 25y of blade
* Update boss_illidan.cpp
---------
Co-authored-by: Keader <keader.android@gmail.com>
* fix(Script): Changed npc move script
Death Knight Initiate (id: 28406) was not turning to face the player
after they engaged a duel instead the npc followed the player
wherever they went. Change was to remove script line for follow
and replace with SetFacingToObject and specify the player
as the object.
Closes AzerothCore issue #20108
* fix(script): Fix npc following player whitespace issue
Attempt to fix code styling fail on whtiespace
* fix(script): Fix npc following player another whitespace issue
Found more whitespace that was made by the fix to previous whitespace