[Feature] Spell Ranks will now work with AllowSpellMemorizeFromItem Rule (#2475)

* Figured out Popup Windows

* SendPopupToClient, and response works

* Added Popup logic

* Didn't use WriteSpellInfoSection function

* Misc fixes, DB String ID 11004  now referenced as a constant

* Remove use of "this"

* Added "else" statement to return if "AllowSpellMemorizeFromItem" rule is not used
This commit is contained in:
Aeadoin
2022-10-12 20:53:21 -04:00
committed by GitHub
parent f3f8a50d3c
commit 0f2da56b04
3 changed files with 31 additions and 1 deletions
+1
View File
@@ -208,6 +208,7 @@ const std::string DIAWIND_RESPONSE_TWO_KEY = "diawind_npc_response_two";
const uint32 POPUPID_DIAWIND_ONE = 99999;
const uint32 POPUPID_DIAWIND_TWO = 100000;
const uint32 POPUPID_UPDATE_SHOWSTATSWINDOW = 1000000;
const uint32 POPUPID_REPLACE_SPELLWINDOW = 1000001;
struct ClientReward
{