mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Object: Add missing object
This commit is contained in:
4
sql/updates/world/2016_01_17_14_world.sql
Normal file
4
sql/updates/world/2016_01_17_14_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `gameobject_template` WHERE `entry`=208077;
|
||||
INSERT INTO gameobject_template (`entry`, `type`, `displayId`, `name`, `size`, `Data6`, `VerifiedBuild`) VALUES
|
||||
(208077, 5, 10418, "Web Wide", 1, -1, -18019);
|
||||
Reference in New Issue
Block a user