From 3a7cf2a28722ae5959f5605f36a4059115aea15c Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Wed, 3 May 2023 14:47:57 -0300 Subject: [PATCH] fix(DB/Creature): Add Namdo Bizzfizzle (#16153) Create rev_1682964437089894300.sql --- .../updates/pending_db_world/rev_1682964437089894300.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1682964437089894300.sql diff --git a/data/sql/updates/pending_db_world/rev_1682964437089894300.sql b/data/sql/updates/pending_db_world/rev_1682964437089894300.sql new file mode 100644 index 000000000..4ef91a30d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1682964437089894300.sql @@ -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);