diff options
| author | runningnak3d <none@none> | 2010-09-07 06:52:16 -0600 |
|---|---|---|
| committer | runningnak3d <none@none> | 2010-09-07 06:52:16 -0600 |
| commit | 50993f3ff0596a5e441453713cc9a191dd58198b (patch) | |
| tree | fe5790801ebb53244960c643f6ac8ec9876d87d8 | |
| parent | 822281bcd4fd9f61ade96fd90a7437ad9498af02 (diff) | |
SQL: Add missing scriptname update file for NPC related to Flame Leviathon
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/9814_world_scriptname.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; + |
