|
@@ -110,7 +110,7 @@ public:
|
110
|
110
|
void sendRequestQuestLine(int questId);
|
111
|
111
|
void sendNewNewRuleViolation(int reason, int action, const std::string& characterName, const std::string& comment, const std::string& translation);
|
112
|
112
|
void sendRequestItemInfo(int itemId, int subType, int index);
|
113
|
|
- void sendAnswerModalDialog(int dialog, int button, int choice);
|
|
113
|
+ void sendAnswerModalDialog(uint32 dialog, int button, int choice);
|
114
|
114
|
void sendBrowseField(const Position& position);
|
115
|
115
|
void sendSeekInContainer(int cid, int index);
|
116
|
116
|
void sendBuyStoreOffer(int offerId, int productType, const std::string& name);
|