mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 20:13:48 +00:00
fix(Core/Command): additem checks (#2898)
* Add check if the player has 0 items to be destroyed * Add check if the player has less than items trying to be destroyed
This commit is contained in:
@@ -1314,6 +1314,9 @@ enum AcoreStrings
|
||||
LANG_INSTANT_FLIGHT_ON = 30078,
|
||||
LANG_INSTANT_FLIGHT_OFF = 30079,
|
||||
|
||||
LANG_DEBUG_OPCODE_FILE_MISSING = 30080
|
||||
LANG_DEBUG_OPCODE_FILE_MISSING = 30080,
|
||||
|
||||
LANG_REMOVEITEM_FAILURE = 30081,
|
||||
LANG_REMOVEITEM_ERROR = 30082
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user