Update zone_orgrimmar.sql

solve conflict with si.sql
This commit is contained in:
Grimfeather
2025-06-05 01:26:51 +02:00
committed by GitHub
parent 7ac687946b
commit 3dd1503697

View File

@@ -254,7 +254,7 @@ INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `posit
-- Deze Snowbane <Arathis Basin Battlemaster>
DELETE FROM `creature` WHERE `id1` = 15006;
INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES
(615006, 15006, 1, 2002.26, -4796.74, 56.8471, 3.00197, 600);
(208240, 15006, 1, 2002.26, -4796.74, 56.8471, 3.00197, 600);
-- Master Pyreanor <Paladin Trainer>
UPDATE `creature` SET `position_x`= 1940.23, `position_y`= -4135.53, `position_z`= 41.1522, `orientation`= 3.12425 WHERE `id1` = 23128;