diff options
| author | maximius <none@none> | 2009-09-17 18:05:01 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-09-17 18:05:01 -0700 |
| commit | c08b38aa1469761daa78f5624cffb1887dd3bbfd (patch) | |
| tree | 656aaf326da9b30523fbe9430a0b5239df1436f4 /sql/updates | |
| parent | 4309605dae89a06472ba0710be5f943541846ce1 (diff) | |
*Add NPC 16111 to script npc_training_dummy (this creature is not supposed to move around and kill things, it should behave like a normal target dummy)
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5688_world_scripts.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/5688_world_scripts.sql b/sql/updates/5688_world_scripts.sql new file mode 100644 index 00000000000..8e9ae1f2cdc --- /dev/null +++ b/sql/updates/5688_world_scripts.sql @@ -0,0 +1,2 @@ + +UPDATE `creature_template` SET `ScriptName`='npc_training_dummy' WHERE `entry`=16111; |
