mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
3 lines
246 B
SQL
3 lines
246 B
SQL
DELETE FROM `battleground_template` WHERE `id` IN ('5', '6');
|
|
INSERT INTO `battleground_template` VALUES ('5', '2', '10', '70', '939', '0', '940', '3.14159');
|
|
INSERT INTO `battleground_template` VALUES ('6', '2', '10', '70', '0', '0', '0', '0');
|