mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Core/Scripting: Update Script for Postmaster Malown
This commit is contained in:
4
sql/updates/world/2013_01_07_17_world_creature_text.sql
Normal file
4
sql/updates/world/2013_01_07_17_world_creature_text.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Texts for Postmaster Malown
|
||||
DELETE FROM `creature_text` WHERE `entry`= 11143;
|
||||
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
|
||||
(11143,0,0, 'You just got MALOWNED!',14,0,100,0,0,0, 'Postmaster Malown - Yell on Kill');
|
||||
Reference in New Issue
Block a user