repo.or.cz
/
getmangos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* Remove unused now TcpNoDelay config option. Patch provided by TonyMontana5000.
[getmangos.git]
/
sql
/
updates
/
5651_mangos_creature_template.sql
blob
aa8b756038b73e8a5cce0663043d5b26689d4f42
1
update creature_template set speed=1 where speed=0;
\r
2
alter table `creature_template` change `speed` `speed` float DEFAULT '1' NULL;
\r