From c08b38aa1469761daa78f5624cffb1887dd3bbfd Mon Sep 17 00:00:00 2001 From: maximius Date: Thu, 17 Sep 2009 18:05:01 -0700 Subject: *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 --- sql/updates/5688_world_scripts.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/5688_world_scripts.sql (limited to 'sql/updates') 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; -- cgit v1.2.3