diff options
-rw-r--r-- | sql/updates/world/2013_01_06_00_world_creature_template.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_06_00_world_creature_template.sql b/sql/updates/world/2013_01_06_00_world_creature_template.sql new file mode 100644 index 00000000000..023dc88c870 --- /dev/null +++ b/sql/updates/world/2013_01_06_00_world_creature_template.sql @@ -0,0 +1,4 @@ +-- Add cpp script to Harrison Jones Entry: 24358 +UPDATE `creature_template` SET `AIName`= '', `ScriptName`= 'npc_harrison_jones' WHERE `entry`=24358; +-- Remove cpp script from Strange Gong +UPDATE `gameobject_template` SET `AIName`= '', `ScriptName`= '' WHERE `entry`=187359; |