Skip to content

Commit

Permalink
Correct shortdescriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1arm committed Feb 3, 2023
1 parent 8b271a8 commit 42f99f7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Expand Up @@ -26,10 +26,10 @@ BEGIN
SET @cNewStructure = '03';
SET @cNewContent = '019';
-- DESCRIPTION IS 30 Characters MAX
SET @cNewDescription = 'Adjust_Creature_Movement';
SET @cNewDescription = 'Adjust_Creature_Movement_pt1';

-- COMMENT is 150 Characters MAX
SET @cNewComment = 'Adjust_Creature_Movement';
SET @cNewComment = 'Adjust_Creature_Movement_pt1';

-- Evaluate all settings
SET @cCurResult := (SELECT `description` FROM `db_version` ORDER BY `version` DESC, `STRUCTURE` DESC, `CONTENT` DESC LIMIT 0,1);
Expand Down
Expand Up @@ -26,7 +26,7 @@ BEGIN
SET @cNewStructure = '03';
SET @cNewContent = '020';
-- DESCRIPTION IS 30 Characters MAX
SET @cNewDescription = 'Adjust_Creature_Movement';
SET @cNewDescription = 'Adjust_Creature_Movement_pt2';

-- COMMENT is 150 Characters MAX
SET @cNewComment = 'Adjust_Creature_Movement_pt2';
Expand Down
Expand Up @@ -26,7 +26,7 @@ BEGIN
SET @cNewStructure = '03';
SET @cNewContent = '021';
-- DESCRIPTION IS 30 Characters MAX
SET @cNewDescription = 'Adjust_Creature_Movement';
SET @cNewDescription = 'Adjust_Creature_Movement_pt3';

-- COMMENT is 150 Characters MAX
SET @cNewComment = 'Adjust_Creature_Movement_pt3';
Expand Down
Expand Up @@ -26,7 +26,7 @@ BEGIN
SET @cNewStructure = '03';
SET @cNewContent = '022';
-- DESCRIPTION IS 30 Characters MAX
SET @cNewDescription = 'Adjust_Creature_Movement';
SET @cNewDescription = 'Adjust_Creature_Movement_pt4';

-- COMMENT is 150 Characters MAX
SET @cNewComment = 'Adjust_Creature_Movement_pt4';
Expand Down
Expand Up @@ -26,7 +26,7 @@ BEGIN
SET @cNewStructure = '03';
SET @cNewContent = '023';
-- DESCRIPTION IS 30 Characters MAX
SET @cNewDescription = 'Adjust_Creature_Movement';
SET @cNewDescription = 'Adjust_Creature_Movement_pt5';

-- COMMENT is 150 Characters MAX
SET @cNewComment = 'Adjust_Creature_Movement_pt5';
Expand Down

0 comments on commit 42f99f7

Please sign in to comment.