mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
DB/Gameobject: Replace temp gob by the correct ones
This commit is contained in:
7
sql/updates/world/3.3.5/2018_03_08_01_world.sql
Normal file
7
sql/updates/world/3.3.5/2018_03_08_01_world.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
--
|
||||
DELETE FROM `gameobject_template` WHERE `entry`=300077;
|
||||
DELETE FROM `gameobject_template_addon` WHERE `entry`=300077;
|
||||
UPDATE `gameobject` SET `id`=182140 WHERE `guid`=99918 AND `id`=300077;
|
||||
UPDATE `gameobject` SET `id`=182141 WHERE `guid`=99919 AND `id`=300077;
|
||||
UPDATE `gameobject` SET `id`=182142 WHERE `guid`=99920 AND `id`=300077;
|
||||
UPDATE `gameobject` SET `id`=182143 WHERE `guid`=99921 AND `id`=300077;
|
||||
Reference in New Issue
Block a user