fix for sql headers
This commit is contained in:
parent
3b7c4a0196
commit
c4f49d6ab3
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
ALTER TABLE world_db_version CHANGE COLUMN 2016_08_19_00 2016_08_19_01 BIT;
|
||||
ALTER TABLE world_db_version CHANGE COLUMN 2016_08_14_02 2016_08_19_00 BIT;
|
||||
|
||||
/*
|
||||
Issue: Not work quest id 11543 #93
|
||||
|
|
@ -21,4 +21,4 @@ INSERT INTO conditions VALUES
|
|||
(15,9143,0,0,1,9,0,11543,0,0,0,0,0,,"Show gossip option if player has quest 11543 but not complete");
|
||||
*/
|
||||
|
||||
DELETE FROM conditions WHERE SourceTypeOrReferenceId=15 AND SourceGroup=9143;
|
||||
DELETE FROM conditions WHERE SourceTypeOrReferenceId=15 AND SourceGroup=9143;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
ALTER TABLE world_db_version CHANGE COLUMN 2016_08_14_02 2016_08_21_00 bit;
|
||||
ALTER TABLE world_db_version CHANGE COLUMN 2016_08_19_00 2016_08_21_00 bit;
|
||||
|
||||
INSERT IGNORE INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('achievement',2,'Syntax: .achievement $subcommand\nType .achievement to see the list of possible subcommands or .help achievement $subcommand to see info on subcommands'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue