diff options
| author | Drahy <none@none> | 2009-03-08 12:05:57 +0100 |
|---|---|---|
| committer | Drahy <none@none> | 2009-03-08 12:05:57 +0100 |
| commit | abdddf36ff16ab5be7080349c86217bb69a06ddf (patch) | |
| tree | f0ca4baad51107bd6455c87b4649cc11fe186263 /sql/updates/1727_world.sql | |
| parent | 86a4bc7f3f8f0d4f015050469b65ffe4d983864e (diff) | |
* Trinity sql coding style
* Renamed 1725 to 1730
* Added scripts to full script file
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/1727_world.sql')
| -rw-r--r-- | sql/updates/1727_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/1727_world.sql b/sql/updates/1727_world.sql index 0d041f2efb0..07089e166b0 100644 --- a/sql/updates/1727_world.sql +++ b/sql/updates/1727_world.sql @@ -1 +1 @@ -insert into spell_script_target values (42857,1,23954);
\ No newline at end of file +INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES (42857,1,23954);
\ No newline at end of file |
