Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ACCOUNT_MESSAGE_BODY_NO_READ_URL = "http://support.worldofwarcraft.com/accountmessaging/getMessageBodyUnread.xml"; -- used by the account messaging system to retrieve the body of a message without marking it read
- ACCOUNT_MESSAGE_BODY_URL = "http://support.worldofwarcraft.com/accountmessaging/getMessageBody.xml"; -- used by the account messaging system to retrieve the body of a message. This marks the message as read
- ACCOUNT_MESSAGE_BUTTON_READ = "Mark as read";
- ACCOUNT_MESSAGE_HEADERS_URL = "http://support.worldofwarcraft.com/accountmessaging/getMessageHeaders.xml"; -- used for the account messaging to query the list of message headers
- ACCOUNT_MESSAGE_READ_URL = "http://support.worldofwarcraft.com/accountmessaging/markMessageAsRead.xml"; -- used by the account messaging system to mark a message as read
Advertisement
Add Comment
Please, Sign In to add comment