From a1981ecc77c3da12cdec29c30a1a79a1011333f0 Mon Sep 17 00:00:00 2001 From: slg Date: Tue, 4 Nov 2008 16:31:42 -0600 Subject: [svn] * Added missing SQL for [173] --HG-- branch : trunk --- sql/updates/175_world_scripts.sql | 1 + sql/world_scripts_full.sql | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 sql/updates/175_world_scripts.sql (limited to 'sql') diff --git a/sql/updates/175_world_scripts.sql b/sql/updates/175_world_scripts.sql new file mode 100644 index 00000000000..d30601c4c9c --- /dev/null +++ b/sql/updates/175_world_scripts.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_defias_traitor' WHERE `entry`='467'; \ No newline at end of file diff --git a/sql/world_scripts_full.sql b/sql/world_scripts_full.sql index fe1efabbc0c..980a5578b7f 100644 --- a/sql/world_scripts_full.sql +++ b/sql/world_scripts_full.sql @@ -817,7 +817,7 @@ UPDATE `creature_template` SET `ScriptName`='npcs_dithers_and_arbington' WHERE ` UPDATE `creature_template` SET `ScriptName`='npc_the_scourge_cauldron' WHERE `entry`=11152; /* WESTFALL */ - +UPDATE `creature_template` SET `ScriptName`='npc_defias_traitor' WHERE `entry`='467'; /* WETLANDS */ -- cgit v1.2.3