holy fuck I cant write SQL
This commit is contained in:
parent
e91afeabbe
commit
ac662c4e33
1 changed files with 2 additions and 6 deletions
|
|
@ -1,7 +1,3 @@
|
||||||
USE [RustyHearts_Auth]
|
|
||||||
GO
|
|
||||||
|
|
||||||
UPDATE ServerOption
|
UPDATE ServerOption
|
||||||
SET PublicAddress = "<SERVER_PUBLIC_IP>"
|
SET PublicAddress = '192.168.100.3'
|
||||||
WHERE PublicAddress = "192.168.1.100";
|
WHERE PublicAddress = '<SERVER_PUBLIC_IP>';
|
||||||
GO
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue