From e89ff65d590fc29755f184b73c4796daaaca7487 Mon Sep 17 00:00:00 2001 From: talamortis Date: Mon, 12 Sep 2016 16:43:38 +0100 Subject: [PATCH] Changed comment --- .../updates/pending_db_world/rev_1473110802988536500.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/sql/updates/pending_db_world/rev_1473110802988536500.sql b/data/sql/updates/pending_db_world/rev_1473110802988536500.sql index ce61ce4ee..602c23d71 100644 --- a/data/sql/updates/pending_db_world/rev_1473110802988536500.sql +++ b/data/sql/updates/pending_db_world/rev_1473110802988536500.sql @@ -1,7 +1,7 @@ -INSERT INTO version_db_world(`sql_rev`) VALUES ('1473110802988536500'); +INSERT INTO version_db_world(`sql_rev`) VALUES ('1473110802988536500'); -/* Tyrannus Mount fix */ +-- Tyrannus Mount fix DELETE from creature_template where `entry` = 36794; DELETE from creature_template_addon where entry = 36794; @@ -11,4 +11,4 @@ VALUES (36794, 0, 0, 0, 0, 0, 30277, 0, 0, 0, 'Scourgelord Tyrannus', '', '', 0, INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES -(36794, 0, 27982, 50331648, 1, 0, ''); \ No newline at end of file +(36794, 0, 27982, 50331648, 1, 0, '');