fix(DB/Creature): Add spirit healer to gy 1318 (#4371)

* acb3999bb8

Co-Authored-By: ModoX <moardox@gmail.com>

Co-authored-by: ModoX <moardox@gmail.com>
This commit is contained in:
Kitzunu
2021-02-03 02:20:09 +01:00
committed by GitHub
parent ef72f69df0
commit 1b7efadd5f

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1611937625874584000');
DELETE FROM `creature` WHERE `guid` = 15 AND `id` = 6491;
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`) VALUES
(15, 6491, 571, 1, 1, 0, 0, 2002.7415771484375, 5938.0986328125, 37.18986129760742187, 5.934119224548339843, 300, 0, 0);