aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorChaz Brown <iamparadox@netscape.net>2009-06-05 21:12:12 -0400
committerChaz Brown <iamparadox@netscape.net>2009-06-05 21:12:12 -0400
commit715f410fb7fdebe1c22401cb749ad57eae637040 (patch)
treec43f21e862007a5d294cf3da08866176f9ef3541 /sql/updates
parenta319125b4f49109cf008b5f055cf56cd30a7ed7f (diff)
Fix AHBot to calculate the deposit for auctions so it can be used to check the code for figuring deposit amount on a wide range of items. Fix ahbotoptions command so it works from the server console again. change commented out lines in GetAuctionDeposit so they display in debug loglevel. Min/Max Time settings replaced with a function that selects 12 24 and 48 randomly as the auction times. Backport from TC2
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/1556_characters_ahbot.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/1556_characters_ahbot.sql b/sql/updates/1556_characters_ahbot.sql
new file mode 100644
index 00000000000..85c0b14bac4
--- /dev/null
+++ b/sql/updates/1556_characters_ahbot.sql
@@ -0,0 +1,3 @@
+ALTER TABLE `auctionhousebot`
+ DROP COLUMN `minTime`,
+ DROP COLUMN `maxTime`;