Skip to content
Snippets Groups Projects
Commit f5b38365 authored by MELERIX's avatar MELERIX
Browse files

BETA: Full Install DB should clean up mods_wedding.sql.

parent 688248cb
No related branches found
No related tags found
No related merge requests found
CREATE TABLE `mods_wedding` (
CREATE TABLE IF NOT EXISTS `mods_wedding` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`player1Id` int(11) NOT NULL DEFAULT '0',
`player2Id` int(11) NOT NULL DEFAULT '0',
......
......@@ -100,6 +100,7 @@ DROP TABLE IF EXISTS merchant_lease;
DROP TABLE IF EXISTS merchant_shopids;
DROP TABLE IF EXISTS messages;
DROP TABLE IF EXISTS minions;
DROP TABLE IF EXISTS mods_wedding;
DROP TABLE IF EXISTS npc;
DROP TABLE IF EXISTS npc_buffer;
DROP TABLE IF EXISTS npcaidata;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment