mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
fix(DB/Creature): Add Namdo Bizzfizzle (#16153)
Create rev_1682964437089894300.sql
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user