mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
DB/Creature Add missing pet trainer / NPC text (#1115)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1544714673423311600');
|
||||
-- NPC Urcos correct Creature_Text
|
||||
UPDATE `creature_text` SET `text`='My freedom means nothing if we fail to save Ursoc. Make haste, $N.' WHERE `entry`= 27328 AND `groupid`=2 AND `id`= 0;
|
||||
-- NPC entry 40405 Kieupid, Pet Trainer in Silvermoon City
|
||||
SET @CGUID = 3548;
|
||||
DELETE FROM `creature` WHERE `id` = 40405;
|
||||
INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`) VALUES
|
||||
(@CGUID,40405,530,1,1,0,0, 9924.067, -7400.503, 13.71723, 6.073746, 120,0,0,0,0,0,0,0,0);
|
||||
Reference in New Issue
Block a user