mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
* Fixed some CRLF that magically made its way into this file...
--HG-- branch : trunk
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
DROP TABLE IF EXISTS `outdoorpvp_template`;
|
||||
CREATE TABLE `outdoorpvp_template` (
|
||||
`TypeId` tinyint(2) unsigned NOT NULL,
|
||||
`ScriptName` char(64) NOT NULL DEFAULT '',
|
||||
`comment` text,
|
||||
PRIMARY KEY (`TypeId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='OutdoorPvP Templates';
|
||||
DROP TABLE IF EXISTS `outdoorpvp_template`;
|
||||
CREATE TABLE `outdoorpvp_template` (
|
||||
`TypeId` tinyint(2) unsigned NOT NULL,
|
||||
`ScriptName` char(64) NOT NULL DEFAULT '',
|
||||
`comment` text,
|
||||
PRIMARY KEY (`TypeId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='OutdoorPvP Templates';
|
||||
|
||||
Reference in New Issue
Block a user