diff options
author | tkrokli <tkrokli@users.noreply.github.com> | 2017-03-05 03:20:55 +0100 |
---|---|---|
committer | tkrokli <tkrokli@users.noreply.github.com> | 2017-03-05 03:20:55 +0100 |
commit | 61b8c90eb880778e116d646eb659ab5ffa69212b (patch) | |
tree | b21fb8cfc8ea279427928c573866d03fe8ef0344 | |
parent | 0108acfea15982bb3211b0a2b1a9cec1dc737bc9 (diff) |
SQL file adjustments
- remove redundant .sql in file name
- add comment as spacing from previous file
-rw-r--r-- | sql/updates/world/3.3.5/2017_03_04_04_world_335.sql (renamed from sql/updates/world/3.3.5/2017_03_04_04_world_335.sql.sql) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_03_04_04_world_335.sql.sql b/sql/updates/world/3.3.5/2017_03_04_04_world_335.sql index 82804ddb08b..2e2c9366652 100644 --- a/sql/updates/world/3.3.5/2017_03_04_04_world_335.sql.sql +++ b/sql/updates/world/3.3.5/2017_03_04_04_world_335.sql @@ -1 +1,2 @@ +-- Grinkle <Fishing Promoter> UPDATE `creature` SET `position_z`=11.6612 WHERE `guid`=54742; |