diff options
author | megamage <none@none> | 2009-06-07 11:59:12 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-07 11:59:12 -0500 |
commit | 79b76f10cd7a0b5e299b7e0ff3d01cdd727b893d (patch) | |
tree | c1ec074e433a61b335c25342c6a1fad8827d1f4a /sql | |
parent | c48c20cb9866d22f1b03159ae258310ab10a9263 (diff) | |
parent | 2e4fae75a4f4f24dc2c97b8bde4870974c073aa9 (diff) |
*Merge. A m_casttime check is added to prevent redundent check of canseeordetect.
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/1556_characters_ahbot.sql | 3 |
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`; |