This website requires JavaScript.
Explore
Help
Register
Sign In
josh
/
TCPlayerbotCore
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7a7cd1093394c42919404222301eaeae4d502c0d
TCPlayerbotCore
/
sql
/
updates
/
4174_world_script.sql
T
2 lines
85 B
SQL
Raw
Normal View
History
Unescape
Escape
Clean up some sqls to make sure they all have at least one newline at the end (part of the coding standard) helps stop errors when sqls are batched together.... Also, add a missing Delete query to one sql.
2009-09-02 20:38:18 -04:00
UPDATE
`
instance_template
`
SET
`
script
`=
'instance_blackfathom_deeps'
WHERE
`
map
`=
48
;
Reference in New Issue
Copy Permalink