fix(SQL): Remove wrong comment (#9928)
This commit is contained in:
parent
4438ea92a7
commit
e769e120f8
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ SELECT sql_rev INTO OK FROM version_db_world WHERE sql_rev = '163986737136835360
|
|||
-- START UPDATING QUERIES
|
||||
--
|
||||
|
||||
-- INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639867371368353600');
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639867371368353600');
|
||||
|
||||
DELETE FROM `broadcast_text`;
|
||||
INSERT INTO `broadcast_text` (`ID`, `Language`, `MaleText`, `FemaleText`, `EmoteID0`, `EmoteID1`, `EmoteID2`, `EmoteDelay0`, `EmoteDelay1`, `EmoteDelay2`, `SoundId`, `Unk1`, `Unk2`, `VerifiedBuild`) VALUES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue