aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2018-01-06 11:13:45 +0100
committerGitHub <noreply@github.com>2018-01-06 11:13:45 +0100
commit8dd779a80a34773a6e32cad5dc5884a71192ac5d (patch)
tree6a380383146f6e09a796e27eb974d0e8665a8c9d
parent1154388581ad2dbf6cbc521cb37e152cb6047011 (diff)
Update 2018_01_06_01_world.sql
-rw-r--r--sql/updates/world/master/2018_01_06_01_world.sql6
1 files changed, 0 insertions, 6 deletions
diff --git a/sql/updates/world/master/2018_01_06_01_world.sql b/sql/updates/world/master/2018_01_06_01_world.sql
index f743610cdd3..9cca6ebec4d 100644
--- a/sql/updates/world/master/2018_01_06_01_world.sql
+++ b/sql/updates/world/master/2018_01_06_01_world.sql
@@ -1336,10 +1336,4 @@ INSERT INTO `creature_equip_template` (`CreatureID`, `itemID1`, `itemID2`, `item
(3348, 0, 3698, 0), -- 3348
(3350, 1906, 12745, 0); -- 3350
--- In addition to cleaning up the above code style, I have inserted the table column names below, since it was missing in the OP's SQL.
--- Notice that the values don't match the table columns (or is the documentation page http://collab.kpsn.org/display/tc/World only for the 3.3.5 DB?)
-INSERT INTO `areatrigger_teleport` VALUES
-(7999, 4139, 'Ring of Valor - Entrance Target'),
-(8001, 4140, 'Ring of Valor - Exit Target');
-
UPDATE `creature_template` SET `npcflag`=128 WHERE `entry` IN (68794,49889,68364);