diff options
| author | Drahy <none@none> | 2009-03-14 22:42:20 +0100 |
|---|---|---|
| committer | Drahy <none@none> | 2009-03-14 22:42:20 +0100 |
| commit | 05c7639e7b6d87ef15267c990bc089d181d55d84 (patch) | |
| tree | a23f8684113f5d47ba3fdcb907cc550b3b7b2ace /sql/updates/1884_world.sql | |
| parent | eee474d6ba451b4dcbf778097f700a8357491283 (diff) | |
* Added trinity sql coding style
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/1884_world.sql')
| -rw-r--r-- | sql/updates/1884_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/1884_world.sql b/sql/updates/1884_world.sql index e2d1ed8c461..227e9c826c3 100644 --- a/sql/updates/1884_world.sql +++ b/sql/updates/1884_world.sql @@ -1 +1 @@ -DELETE FROM trinity_string WHERE entry in (10056, 10057);
\ No newline at end of file +DELETE FROM `trinity_string` WHERE `entry` IN (10056, 10057);
\ No newline at end of file |
