mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
feat(Core/Character): Implement profanity_name (#15156)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DROP TABLE IF EXISTS `profanity_name`;
|
||||
CREATE TABLE `profanity_name` (
|
||||
`name` VARCHAR(12) NOT NULL,
|
||||
PRIMARY KEY (`name`)
|
||||
) ENGINE=InnoDB;
|
||||
Reference in New Issue
Block a user