mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 11:28:25 +00:00
(RoF+) Implemented the 6th Augment Slot for Items.
Player Corpses now saved attuned settings for Items. Renamed IsInstNoDrop() and SetInstNoDrop() to IsAttuned() and SetAttuned() respectively.
This commit is contained in:
+1
-1
@@ -1146,7 +1146,7 @@ void PerlembParser::ExportEventVariables(std::string &package_name, QuestEventID
|
||||
|
||||
temp_var_name = var_name;
|
||||
temp_var_name += "_attuned";
|
||||
ExportVar(package_name.c_str(), temp_var_name.c_str(), inst->IsInstNoDrop());
|
||||
ExportVar(package_name.c_str(), temp_var_name.c_str(), inst->IsAttuned());
|
||||
} else {
|
||||
ExportVar(package_name.c_str(), var_name.c_str(), 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user