diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2016-02-09 23:33:41 +0000 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2016-02-09 23:33:41 +0000 |
commit | c68feba1e0aa514c954953921e09306326d1daa9 (patch) | |
tree | 10a55b462c7718f9a0a8853cfc70c0f6e11c9203 | |
parent | e5e97bedc06f61aa9430d5506adbdde1cf3b79d8 (diff) |
DB/Gameobject: Correct state for a gate
-rw-r--r-- | sql/updates/world/2016_02_09_08_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_09_08_world.sql b/sql/updates/world/2016_02_09_08_world.sql new file mode 100644 index 00000000000..307a9f9a0b3 --- /dev/null +++ b/sql/updates/world/2016_02_09_08_world.sql @@ -0,0 +1 @@ +UPDATE `gameobject` SET `state`=1 WHERE `guid`=61216; |