mirror of
https://github.com/araxiaonline/AscEmu.git
synced 2026-06-13 03:02:22 -04:00
7 lines
219 B
SQL
7 lines
219 B
SQL
-- update
|
|
UPDATE `worldstring_tables` SET `text`='This character is not allowed to play.' WHERE `entry`=501;
|
|
|
|
-- update world_db_version
|
|
|
|
INSERT INTO `world_db_version` VALUES ('60', '20201012-00_worldstring_tables');
|