diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2016-02-09 23:33:41 +0000 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-04-05 18:10:12 +0200 |
| commit | 02205c29071a8ae840306bd0e1054599a204a27c (patch) | |
| tree | c6661c6588d389e652a58250f7386502685af022 | |
| parent | 92381950ee45263a5b1922224c91dd8db37e719f (diff) | |
DB/Gameobject: Correct state for a gate (cherry picked from commit c68feba1e0aa514c954953921e09306326d1daa9)
| -rw-r--r-- | sql/updates/world/2016_04_05_02_world_2016_02_09_08_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_05_02_world_2016_02_09_08_world.sql b/sql/updates/world/2016_04_05_02_world_2016_02_09_08_world.sql new file mode 100644 index 00000000000..307a9f9a0b3 --- /dev/null +++ b/sql/updates/world/2016_04_05_02_world_2016_02_09_08_world.sql @@ -0,0 +1 @@ +UPDATE `gameobject` SET `state`=1 WHERE `guid`=61216; |
