DB/SpamMessages: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: Regular expressions to match spam. ==Header Info== Records....................78 Fields......................2 Record Size.................8 String Block Size........6342 ==Structur...)
 
mNo edit summary
 
(8 intermediate revisions by 4 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==
 
struct SpamMessagesRec {
  uint32_t m_ID;
  {{Template:Type|stringref}} m_text;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_Vanilla]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 21: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;
};