repo.or.cz
/
auctionmangos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Initial Patch of Auction House bot rev. 135
[auctionmangos.git]
/
sql
/
updates
/
0.7
/
3545_creature_movement.sql
blob
93733295f8106291a93150b4ac6780c3bb39cf55
1
-- tinyint can only hold values up to 255 - too small for a waittime in milliseconds
2
ALTER TABLE `creature_movement` CHANGE COLUMN `waittime` `waittime` int(5) unsigned NOT NULL default '0';