DB/SpamMessages: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page SpamMessages.dbc to DB/SpamMessages)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Regular expressions to match spam.  
Regular expressions to match spam.  
==Header Info==
Records....................78
Fields......................2
Record Size.................8
String Block Size........6342


==Structure==
==Structure==
Line 12: Line 6:
  2 RegExp String
  2 RegExp String


Retrieved from "http://www.sourcepeek.com/wiki/SpamMessages.dbc"
==1.12.1.5875, 6.0.1.18179==
 
==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;
};