From 7f8d7b5a635bf63bab7a9cca036ebec9fe1b930c Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Thu, 18 Apr 2019 14:52:29 +0200 Subject: [PATCH] DB/MH: synch a gameobject guid with 434 branch --- sql/updates/world/custom/custom_2019_04_18_00_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/custom/custom_2019_04_18_00_world.sql diff --git a/sql/updates/world/custom/custom_2019_04_18_00_world.sql b/sql/updates/world/custom/custom_2019_04_18_00_world.sql new file mode 100644 index 00000000000..16012f94f9b --- /dev/null +++ b/sql/updates/world/custom/custom_2019_04_18_00_world.sql @@ -0,0 +1 @@ +UPDATE `gameobject` SET `guid`= 200888 WHERE `guid`= 19;