Skip to content

Commit

Permalink
[TDB] Correct MinLevel for Stormwind Orphan 14496
Browse files Browse the repository at this point in the history
(cherry picked from commit cmangos/tbc-db@1cbea84
  • Loading branch information
AnonXS committed Jul 30, 2023
1 parent db0c532 commit c6a92eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Updates/4451_WDB-4851_c.14496.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-- Stormwind Orphan 14496
UPDATE `creature_template` SET `MinLevel` = 1 WHERE `entry` = 14496;
UPDATE creature SET position_x = -8605.174, position_y = 727.18976, position_z = 101.953995, spawndist = 0, MovementType = 0 WHERE guid IN (79804,79803,79812);
DELETE FROM `spawn_group` WHERE id = 19948;
INSERT INTO `spawn_group` (`Id`, `Name`, `Type`, `MaxCount`, `WorldState`, `Flags`) VALUES
Expand Down

0 comments on commit c6a92eb

Please sign in to comment.