diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-01 14:35:53 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-01 14:35:53 +0200 |
| commit | f57907e2140c92c62e9b1426411bb123cb9bb829 (patch) | |
| tree | 2e650b6d215b168a8adefdd4edec3568151e9289 /sql | |
| parent | 470d3f2651239e54e2c0764efebc90d56e4bd155 (diff) | |
DB/Gameobject: Delete another TEMP gameobject
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_04_01_02_world_gameobject_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_04_01_02_world_gameobject_template.sql b/sql/updates/world/2014_04_01_02_world_gameobject_template.sql new file mode 100644 index 00000000000..437efdcd84f --- /dev/null +++ b/sql/updates/world/2014_04_01_02_world_gameobject_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `id`=191578 WHERE `id`=300226; +DELETE FROM `gameobject_template` WHERE `entry`=300226; |
