diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-01 11:56:56 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-04-01 11:56:56 +0200 |
commit | 470d3f2651239e54e2c0764efebc90d56e4bd155 (patch) | |
tree | 344c65a854c9117ea314613539039068721d0c0f | |
parent | c2174a8f7b7656bcaf366adcfc4046a79ad3b2ed (diff) |
DB/Gameobject: Fix 2 Gameobjects names after 8ff8f30 and 33be04d
-rw-r--r-- | sql/updates/world/2014_04_01_01_world_gameobject_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_04_01_01_world_gameobject_template.sql b/sql/updates/world/2014_04_01_01_world_gameobject_template.sql new file mode 100644 index 00000000000..21f549b99b7 --- /dev/null +++ b/sql/updates/world/2014_04_01_01_world_gameobject_template.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject_template` SET `name`='Uther''s Statue' WHERE `entry`=181653; +UPDATE `gameobject_template` SET `name`='Andorhal Tower' WHERE `entry`=176095; |