aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2021-09-21 20:00:53 +0200
committerGitHub <noreply@github.com>2021-09-21 20:00:53 +0200
commitdb39adc3a1b949b4e3ab37efba78adbf2efab77b (patch)
tree3cf5aab108ef504dc0d5bfb2b96bfff9427cf4bc
parentd802ef384a591d73b014aa2d0a5b9f54d5de1003 (diff)
Update 2021_09_21_08_world.sql
-rw-r--r--sql/updates/world/master/2021_09_21_08_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_09_21_08_world.sql b/sql/updates/world/master/2021_09_21_08_world.sql
index 998109432cf..47d2ebbcb7a 100644
--- a/sql/updates/world/master/2021_09_21_08_world.sql
+++ b/sql/updates/world/master/2021_09_21_08_world.sql
@@ -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);