Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aokromes committed Oct 15, 2018
1 parent 1ca31aa commit b5ce9bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
--
DELETE FROM `creature` WHERE `guid` IN (90490,90518,90781,90805,90871,90873);
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES
Expand Down Expand Up @@ -86,3 +87,4 @@ INSERT INTO `waypoint_data` (`id`, `point`, `position_x`, `position_y`, `positio
(907810, 23, 1680.794, -3115.140, 89.37998, 0, 1, 100, 0),
(907810, 24, 1664.393, -3102.120, 88.84255, 0, 1, 100, 0),
(907810, 25, 1644.886, -3086.448, 88.46348, 0, 1, 100, 0);
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
-- Loramus Thalipedes
DELETE FROM `creature_text` WHERE `CreatureID`=7783;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
Expand Down Expand Up @@ -64,3 +65,4 @@ INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_
DELETE FROM `item_loot_template` WHERE `entry`=10834 AND `Item`=10714;
UPDATE `item_loot_template` SET `Chance`=100 WHERE `entry`=10834;
*/

0 comments on commit b5ce9bf

Please sign in to comment.