From 02205c29071a8ae840306bd0e1054599a204a27c Mon Sep 17 00:00:00 2001 From: Dr-J Date: Tue, 9 Feb 2016 23:33:41 +0000 Subject: DB/Gameobject: Correct state for a gate (cherry picked from commit c68feba1e0aa514c954953921e09306326d1daa9) --- sql/updates/world/2016_04_05_02_world_2016_02_09_08_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2016_04_05_02_world_2016_02_09_08_world.sql (limited to 'sql') 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; -- cgit v1.2.3