From 50993f3ff0596a5e441453713cc9a191dd58198b Mon Sep 17 00:00:00 2001 From: runningnak3d Date: Tue, 7 Sep 2010 06:52:16 -0600 Subject: SQL: Add missing scriptname update file for NPC related to Flame Leviathon --HG-- branch : trunk --- sql/updates/9814_world_scriptname.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/9814_world_scriptname.sql (limited to 'sql/updates') diff --git a/sql/updates/9814_world_scriptname.sql b/sql/updates/9814_world_scriptname.sql new file mode 100644 index 00000000000..42956b49bb5 --- /dev/null +++ b/sql/updates/9814_world_scriptname.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `ScriptName`= 'npc_hodirs_fury' WHERE `entry`=33312; + -- cgit v1.2.3