diff options
author | Nay <dnpd.dd@gmail.com> | 2012-09-03 17:15:32 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2012-09-03 17:15:32 +0100 |
commit | 6acb7f85f438437db3f625e695c1086a1116e215 (patch) | |
tree | 0c838495e025c9736c0de3c1fd9b7656018a79ec | |
parent | 0db5573d4de436cf14c9f6d113a28800fa278c2c (diff) |
DB/GOs: Correct flags of GO 186371
Thanks Joshh
Closes #6846
-rw-r--r-- | sql/updates/world/2012_09_03_01_world_gameobject_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_09_03_01_world_gameobject_template.sql b/sql/updates/world/2012_09_03_01_world_gameobject_template.sql new file mode 100644 index 00000000000..ff0907eee6e --- /dev/null +++ b/sql/updates/world/2012_09_03_01_world_gameobject_template.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `flags`=40 WHERE `entry`=186371; -- Zeppelin |