mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 22:56:37 +00:00
[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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user