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
[10051] Fixed talent 58426 broken after 3.3.3 switch.
[getmangos.git]
/
sql
/
updates
/
0.10
/
5463_mangos_command.sql
blob
66ce5617e7a877927334f229077801257dad0a3a
1
DELETE FROM `command` WHERE `name` = 'cshutdown';
2
UPDATE `command` SET `help`='Syntax: .shutdown seconds\r\n\r\nShut the server down after given seconds or cancel the shutdown if cancel value is used.' WHERE `name` = 'shutdown';