diff options
author | Malcrom <malcromdev@gmail.com> | 2013-01-06 11:52:40 -0330 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2013-01-06 11:52:40 -0330 |
commit | f9892f9a302482622edfa5083eaea2984be02868 (patch) | |
tree | 78b77b78781224dfda32c1e39db14155729aa8ac | |
parent | 90c182dce4f0cbed4f51e26993bb2b67ae1a82ab (diff) |
Core/scripting: Add scriptname to creature_template for Harrison Jones
-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; |