This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
forked from tomtko/Surftimer-archived
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from totles/dev
info stuff
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/* Updrade for upgrading from flufflys SurfTimer to our z4lab-surftimer */ | ||
|
||
/* Fixing timer crash after upgrading to our time */ | ||
/* Prestrafe Message */ | ||
|
||
ALTER TABLE `ck_playeroptions2` | ||
ADD COLUMN `prestrafe` INT(11) NOT NULL DEFAULT '0' AFTER `module5s`; |