1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37:45 +00:00

Fixing error Table 'sapphire.freecompany' doesn't exist

This commit is contained in:
Toofy 2023-02-03 22:57:29 +00:00
parent 47e6fe8562
commit d9192a655e
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
CREATE TABLE IF NOT EXISTS FreeCompany (
CREATE TABLE IF NOT EXISTS freecompany (
FreeCompanyId int(20) NOT NULL,
MasterCharacterId int(20),
MasterCharacterName VARCHAR(32),