aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/2339_world.sql2
-rw-r--r--sql/updates/2343_world.sql2
-rw-r--r--sql/updates/2346_world.sql2
-rw-r--r--sql/updates/2412_characters.sql2
-rw-r--r--sql/updates/2412_world.sql (renamed from sql/updates/2412_world.sql.txt)0
5 files changed, 4 insertions, 4 deletions
diff --git a/sql/updates/2339_world.sql b/sql/updates/2339_world.sql
index 106de7326fb..4b7f08394c2 100644
--- a/sql/updates/2339_world.sql
+++ b/sql/updates/2339_world.sql
@@ -13,4 +13,4 @@ INSERT INTO `command`(`name`,`security`,`help`) VALUES
('ahbotoption maxstack', '3', '.Syntax: .ahbotoption maxstack $ahMapID $color $value Set maximum stacks for single item in auction. if set to 0 then item_template.stackable value will be considered $color: grey, white, green, blue, purple, orange, yellow.'),
('ahbotoption buyerprice', '3', '.Syntax: .ahbotoption buyerprice $ahMapID $color $value Set rate for which Ahbot will be allowed to buy an item. 1=item_template.sellprice, 2=2*item_template.sellprice... $color: grey, white, green, blue, purple, orange, yellow.'),
('ahbotoption bidinterval', '3', '.Syntax: .ahbotoption bidinterval $ahMapID $parameter Set number of minutes between bids'),
-('ahbotoption bidsperinterval', '3', '.Syntax: .ahbotoption bidsperinterval $ahMapID $parameter Set number of bids to be made per cycle.');
+('ahbotoption bidsperinterval', '3', '.Syntax: .ahbotoption bidsperinterval $ahMapID $parameter Set number of bids to be made per cycle.'); \ No newline at end of file
diff --git a/sql/updates/2343_world.sql b/sql/updates/2343_world.sql
index 4b2b5e68953..091ceb847e0 100644
--- a/sql/updates/2343_world.sql
+++ b/sql/updates/2343_world.sql
@@ -14,4 +14,4 @@ INSERT INTO `command`(`name`,`security`,`help`) VALUES
('ahbotoptions maxstack', '3', '.Syntax: .ahbotoptions maxstack $ahMapID $color $value Set maximum stacks for single item in auction. if set to 0 then item_template.stackable value will be considered $color: grey, white, green, blue, purple, orange, yellow.'),
('ahbotoptions buyerprice', '3', '.Syntax: .ahbotoptions buyerprice $ahMapID $color $value Set rate for which Ahbot will be allowed to buy an item. 1=item_template.sellprice, 2=2*item_template.sellprice... $color: grey, white, green, blue, purple, orange, yellow.'),
('ahbotoptions bidinterval', '3', '.Syntax: .ahbotoptions bidinterval $ahMapID $parameter Set number of minutes between bids'),
-('ahbotoptions bidsperinterval', '3', '.Syntax: .ahbotoptions bidsperinterval $ahMapID $parameter Set number of bids to be made per cycle.');
+('ahbotoptions bidsperinterval', '3', '.Syntax: .ahbotoptions bidsperinterval $ahMapID $parameter Set number of bids to be made per cycle.'); \ No newline at end of file
diff --git a/sql/updates/2346_world.sql b/sql/updates/2346_world.sql
index f3cb07b6604..9bbe8d96d9a 100644
--- a/sql/updates/2346_world.sql
+++ b/sql/updates/2346_world.sql
@@ -1,2 +1,2 @@
DELETE FROM `command` WHERE `name` LIKE "ahbotoption %";
-DELETE FROM `command` WHERE `name` LIKE "ahbotoptions %";
+DELETE FROM `command` WHERE `name` LIKE "ahbotoptions %"; \ No newline at end of file
diff --git a/sql/updates/2412_characters.sql b/sql/updates/2412_characters.sql
index 22b5a751e71..e1f44c58ae3 100644
--- a/sql/updates/2412_characters.sql
+++ b/sql/updates/2412_characters.sql
@@ -6,5 +6,5 @@ DELETE FROM `character_aura` WHERE 'effect_index'>'1';
DELETE FROM `pet_aura` WHERE 'effect_index'>'1';
ALTER TABLE `pet_aura` CHANGE `effect_index` `effect_mask` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `pet_aura` CHANGE `amount` `amount0` INT( 11 ) NOT NULL DEFAULT '0';
- ALTER TABLE 'pet_aura` ADD `amount1` INT( 11 ) NOT NULL DEFAULT '0' AFTER `amount0`;
+ ALTER TABLE `pet_aura` ADD `amount1` INT( 11 ) NOT NULL DEFAULT '0' AFTER `amount0`;
ALTER TABLE `pet_aura` ADD `amount2` INT( 11 ) NOT NULL DEFAULT '0' AFTER `amount1`; \ No newline at end of file
diff --git a/sql/updates/2412_world.sql.txt b/sql/updates/2412_world.sql
index c31c22b3d72..c31c22b3d72 100644
--- a/sql/updates/2412_world.sql.txt
+++ b/sql/updates/2412_world.sql