holy fuck I cant write SQL

This commit is contained in:
Benjamin Palko 2024-10-03 22:08:06 -04:00
parent e91afeabbe
commit ac662c4e33

View file

@ -1,7 +1,3 @@
USE [RustyHearts_Auth]
GO
UPDATE ServerOption
SET PublicAddress = "<SERVER_PUBLIC_IP>"
WHERE PublicAddress = "192.168.1.100";
GO
SET PublicAddress = '192.168.100.3'
WHERE PublicAddress = '<SERVER_PUBLIC_IP>';