mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
TDB 335.52 - 2013/07/17
This commit is contained in:
@@ -1 +0,0 @@
|
||||
ALTER TABLE `character_queststatus_rewarded` ADD `active` tinyint(3) unsigned NOT NULL DEFAULT '1' AFTER `quest`;
|
||||
@@ -1,9 +0,0 @@
|
||||
DROP TABLE IF EXISTS `banned_addons`;
|
||||
CREATE TABLE `banned_addons` (
|
||||
`Id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
`Name` varchar(255) NOT NULL,
|
||||
`Version` varchar(255) NOT NULL DEFAULT '',
|
||||
`Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
PRIMARY KEY (`Id`),
|
||||
UNIQUE KEY `idx_name_ver` (`Name`, `Version`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
@@ -1,3 +0,0 @@
|
||||
-- Delete no longer used data from Characters Database
|
||||
DELETE FROM `game_event_save` WHERE `eventEntry` BETWEEN 33 AND 47;
|
||||
DELETE FROM `game_event_condition_save` WHERE `eventEntry` BETWEEN 33 AND 47;
|
||||
Reference in New Issue
Block a user