Added Guild Storage Expansion Skill (#3244)
* Fixes #499 and part of #1303. * Implements Guild Storage Expansion Skill which requires client 2013-12-23 or newer (enable by default depending on client date in src/config/packets.hpp). * Implements guild storage permission which requires client 2014-02-05 or newer. * Expanded script command guildopenstorage return values.
This commit is contained in:
@@ -7228,6 +7228,14 @@
|
||||
export_constant(MD_STATUS_IMMUNE);
|
||||
export_constant(MD_SKILL_IMMUNE);
|
||||
|
||||
/* guild storage flags */
|
||||
export_constant(GSTORAGE_OPEN);
|
||||
export_constant(GSTORAGE_STORAGE_ALREADY_OPEN);
|
||||
export_constant(GSTORAGE_ALREADY_OPEN);
|
||||
export_constant(GSTORAGE_NO_GUILD);
|
||||
export_constant(GSTORAGE_NO_STORAGE);
|
||||
export_constant(GSTORAGE_NO_PERMISSION);
|
||||
|
||||
#undef export_constant
|
||||
#undef export_constant2
|
||||
#undef export_parameter
|
||||
|
||||
Reference in New Issue
Block a user