Changed comment
This commit is contained in:
parent
2875b32a94
commit
e89ff65d59
1 changed files with 3 additions and 3 deletions
|
|
@ -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, '');
|
||||
(36794, 0, 27982, 50331648, 1, 0, '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue