DB/SpamMessages: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
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;
   stringref m_text;
   {{Template:Type|stringref}} m_text;
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_Vanilla]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 22:51, 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;
};