Skip to content

Commit 2ed46e8

Browse files
committed
[Loot/Quest] Quest Item Loot Rewards
1 parent 1e5ff92 commit 2ed46e8

20 files changed

+6188
-9
lines changed

Loot/CreatureQuestLoot.sql

Lines changed: 6179 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Alizar/NorthernWilds.sql renamed to Maps/Alizar/NorthernWilds.sql

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- Northern Wilds Zone Dump
33
-- --------------------------------------
44
SET @WORLD = 426;
5-
DELETE FROM `entity` WHERE `world` = @WORLD AND `area` IN (35, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 609, 618, 645, 646, 647, 648, 649, 650, 651, 722, 728, 729, 852, 853, 949, 1112, 2438, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361);
5+
DELETE FROM `entity` WHERE `world` = @WORLD;
66

77
-- --------------------------------------
88
--
@@ -1735,14 +1735,14 @@ INSERT INTO `entity` (`Id`, `Type`, `Creature`, `World`, `Area`, `X`, `Y`, `Z`,
17351735
(@GUID+9, 0, 11951, @WORLD, 602, 4537.61, -720.1281, -5263.106, 0, 0, 0, 31199, 9003, 170, 170, 12),
17361736
(@GUID+10, 0, 11951, @WORLD, 602, 4538.337, -724.8346, -5300.577, 0, 0, 0, 26026, 9003, 170, 170, 8);
17371737
INSERT INTO `entity_spline` (`Id`, `SplineId`, `Mode`, `Speed`, `FX`, `FY`, `FZ`) VALUES
1738-
(@GUID+1, 6916, 8, 3, 0, 0, 0),
1739-
(@GUID+2, 6917, 8, 3, 0, 0, 0),
1740-
(@GUID+4, 15041, 8, 3, 0, 0, 0),
1741-
(@GUID+5, 15040, 8, 3, 0, 0, 0),
1742-
(@GUID+6, 6915, 8, 3, 0, 0, 0),
1743-
(@GUID+7, 15038, 8, 3, 0, 0, 0),
1744-
(@GUID+9, 15033, 8, 3, 0, 0, 0),
1745-
(@GUID+10, 6914, 8, 3, 0, 0, 0);
1738+
(@GUID+1, 6916, 2, 3, 0, 0, 0),
1739+
(@GUID+2, 6917, 2, 3, 0, 0, 0),
1740+
(@GUID+4, 15041, 2, 3, 0, 0, 0),
1741+
(@GUID+5, 15040, 2, 3, 0, 0, 0),
1742+
(@GUID+6, 6915, 2, 3, 0, 0, 0),
1743+
(@GUID+7, 15038, 2, 3, 0, 0, 0),
1744+
(@GUID+9, 15033, 2, 3, 0, 0, 0),
1745+
(@GUID+10, 6914, 2, 3, 0, 0, 0);
17461746
INSERT INTO `entity_stats` (`Id`, `Stat`, `Value`) VALUES
17471747
(@GUID+1, 0, 884),
17481748
(@GUID+1, 10, 6),
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)