mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Creature: Namdo Bizzfizzle
This commit is contained in:
5
sql/updates/world/3.3.5/2018_10_11_03_world_335.sql
Normal file
5
sql/updates/world/3.3.5/2018_10_11_03_world_335.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `npcflag`=128 WHERE `entry`=2683;
|
||||
DELETE FROM `creature` WHERE `guid` IN (87022);
|
||||
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES
|
||||
(87022, 2683, 0, 1, 1, 0, 1, -4923.421, 725.513, 253.102, 0.000000, 300);
|
||||
Reference in New Issue
Block a user