diff options
| author | Killyana <morphone1@gmail.com> | 2020-05-22 21:42:37 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-05-22 21:42:37 +0200 |
| commit | 872fbb9e1f1ccec6fec574f254cf4787508ed553 (patch) | |
| tree | 76dcb35ae87b473444f430e0c7449ca9b5bc9528 | |
| parent | e3713503ac6a9098f1762d0120d1582e468cfa40 (diff) | |
DB/GameObject: Fix Gob state from the previous commit
| -rw-r--r-- | sql/updates/world/master/2020_05_22_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_05_22_01_world.sql b/sql/updates/world/master/2020_05_22_01_world.sql new file mode 100644 index 00000000000..1efed978a75 --- /dev/null +++ b/sql/updates/world/master/2020_05_22_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject` SET `state`=1 WHERE `id`=205367; |
