Misc: cleaning
This commit is contained in:
parent
f82c3fd94c
commit
7c081ad303
3 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
ALTER TABLE world_db_version CHANGE COLUMN 2016_08_24_00 2016_08_24_01 bit;
|
||||
|
||||
UPDATE command SET security = 0 WHERE name = 'gm ingame';
|
||||
|
||||
DELETE FROM command WHERE name IN ('evade', 'chatmessage');
|
||||
|
|
|
|||
3
data/sql/updates/db_world/2016_08_26_00.sql
Normal file
3
data/sql/updates/db_world/2016_08_26_00.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE version_db_database CHANGE COLUMN 2016_08_25_00 2016_08_26_00 bit;
|
||||
|
||||
DELETE FROM command WHERE name IN ('npc evade', 'debug send chatmessage');
|
||||
Loading…
Add table
Add a link
Reference in a new issue