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:
parent
4109f33b6e
commit
a68866617f
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue