From 423778ca26f5ffd57aa8807a7f36d24c0a912586 Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Mon, 17 Aug 2009 01:42:19 +0200 Subject: Add missing sql file --HG-- branch : trunk --- sql/updates/5111_world_scripts.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/5111_world_scripts.sql (limited to 'sql') diff --git a/sql/updates/5111_world_scripts.sql b/sql/updates/5111_world_scripts.sql new file mode 100644 index 00000000000..c0fd22f87ea --- /dev/null +++ b/sql/updates/5111_world_scripts.sql @@ -0,0 +1,5 @@ +UPDATE creature_template SET ScriptName='npc_trollbane' WHERE entry=16819; +UPDATE creature_template SET ScriptName='npc_timothy_daniels' WHERE entry=18019; +UPDATE creature_template SET ScriptName='npc_vekjik' WHERE entry=28315; + +UPDATE script_texts SET content_default='Frenzyheart kill you if you come back. You no welcome here no more!', comment='vekjik SAY_TEXTID_VEKJIK1' WHERE entry=-1000208; -- cgit v1.2.3