mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
5
sql/updates/world/3.3.5/2017_09_19_09_world_335.sql
Normal file
5
sql/updates/world/3.3.5/2017_09_19_09_world_335.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Bloodfeather Harpy --> Add more texts
|
||||
DELETE FROM `creature_text` WHERE `CreatureID`=2015 AND `GroupID`=0 AND `ID`>0;
|
||||
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
|
||||
(2015,0,1,'A fine trophy your head will make, $R.',12,0,100,0,0,0,2229,0,'Bloodfeather Harpy'),
|
||||
(2015,0,2,'My talons will shred your puny body, $R.',12,0,100,0,0,0,2230,0,'Bloodfeather Harpy');
|
||||
Reference in New Issue
Block a user