mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Update 2021_09_21_08_world.sql
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
--
|
||||
SET @TRANSPORT_GUID := 29;
|
||||
SET @TRANSPORT_ENTRY := 272677;
|
||||
SET @CGUID := 850000;
|
||||
|
||||
DELETE FROM `gameobject_template_addon` WHERE `entry`=@TRANSPORT_ENTRY;
|
||||
INSERT INTO `gameobject_template_addon` (`entry`, `faction`, `flags`, `mingold`, `maxgold`, `WorldEffectID`, `AIAnimKitID`) VALUES
|
||||
(@TRANSPORT_ENTRY, 0, 0x100028, 0, 0, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user