mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
[7609] Trailing whitespace cleaning Author: freghar
--HG-- branch : trunk
This commit is contained in:
@@ -2133,7 +2133,7 @@ UNLOCK TABLES;
|
||||
-- Table structure for table `locales_points_of_interest`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `locales_points_of_interest`;
|
||||
DROP TABLE IF EXISTS `locales_points_of_interest`;
|
||||
CREATE TABLE `locales_points_of_interest` (
|
||||
`entry` mediumint(8) unsigned NOT NULL default '0',
|
||||
`icon_name_loc1` text,
|
||||
@@ -12770,7 +12770,7 @@ UNLOCK TABLES;
|
||||
-- Table structure for table `points_of_interest`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `points_of_interest`;
|
||||
DROP TABLE IF EXISTS `points_of_interest`;
|
||||
CREATE TABLE `points_of_interest` (
|
||||
`entry` mediumint(8) unsigned NOT NULL default '0',
|
||||
`x` float NOT NULL default '0',
|
||||
|
||||
Reference in New Issue
Block a user