1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-21 20:27:47 +00:00

Removed a copy/paste error in the CreateLinkshell db code.

This commit is contained in:
Filip Maj 2016-12-18 10:13:04 -05:00
parent 4109f33b6e
commit a68866617f

View file

@ -280,8 +280,6 @@ namespace FFXIVClassic_World_Server
(name, crestIcon, master, rank)
VALUES
(@name, @crestIcon, @master, @rank)
ON DUPLICATE KEY UPDATE
questData = @questData, questFlags = @questFlags
";
cmd = new MySqlCommand(query, conn);