fix(DB/Creature): Add Namdo Bizzfizzle (#16153)

Create rev_1682964437089894300.sql
This commit is contained in:
Gultask
2023-05-03 14:47:57 -03:00
committed by GitHub
parent a957445ba8
commit 3a7cf2a287

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `creature` WHERE `guid`=87022 AND `id1` = 2683;
INSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES
(87022, 2683, 0, 1, 1, -4923.1, 725.529, 253.1, 6.21499, 300);
UPDATE `creature_template` SET `npcflag` = `npcflag`&~2 WHERE (`entry` = 2683);