From 7ccc15ec4849f9734ca91a5f55c62f51724a834c Mon Sep 17 00:00:00 2001 From: Kudlaty Date: Thu, 20 Aug 2009 20:09:13 +0200 Subject: Add script for quest 12864. Script by manuel --HG-- branch : trunk --- sql/updates/5230_world_TDB.sql | 1 + sql/updates/5230_world_scripts.sql | 1 + 2 files changed, 2 insertions(+) create mode 100644 sql/updates/5230_world_TDB.sql create mode 100644 sql/updates/5230_world_scripts.sql (limited to 'sql/updates') diff --git a/sql/updates/5230_world_TDB.sql b/sql/updates/5230_world_TDB.sql new file mode 100644 index 00000000000..cf6f393f3a8 --- /dev/null +++ b/sql/updates/5230_world_TDB.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `npcflag` = `npcflag`|1 WHERE `entry` = 29811; \ No newline at end of file diff --git a/sql/updates/5230_world_scripts.sql b/sql/updates/5230_world_scripts.sql new file mode 100644 index 00000000000..be2610139ac --- /dev/null +++ b/sql/updates/5230_world_scripts.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName` = 'npc_frostborn_scout' WHERE `entry` = 29811; \ No newline at end of file -- cgit v1.2.3