DB/SpamMessages: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 6: Line 6:
  2 RegExp String
  2 RegExp String


==6.0.1.18179==
==1.12.1.5875, 6.0.1.18179==
  struct SpamMessagesRec {
  struct SpamMessagesRec {
   uint32_t m_ID;
   uint32_t m_ID;

Revision as of 22:45, 1 October 2017

Regular expressions to match spam.

Structure

Column	Field 	Type 
1 	ID 	Integer 	
2 	RegExp 	String 		

1.12.1.5875, 6.0.1.18179

struct SpamMessagesRec {
  uint32_t m_ID;
  stringref m_text;
};