diff options
| author | click <none@none> | 2010-11-21 23:43:44 +0100 |
|---|---|---|
| committer | click <none@none> | 2010-11-21 23:43:44 +0100 |
| commit | ea9e88a48cb4c61755248e5ac4aa9d3dad6f2079 (patch) | |
| tree | 35917fc08d063e8068dcd0daa94a1709e6435598 /sql/updates | |
| parent | 634ddae566c803cdcf057ce8b77d9d29d78ec2ba (diff) | |
Core/Scripts: Add support for questID 25444 (Da Perfect Spies)
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10490_world_scriptname.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/10490_world_scriptname.sql b/sql/updates/10490_world_scriptname.sql new file mode 100644 index 00000000000..ead063856bb --- /dev/null +++ b/sql/updates/10490_world_scriptname.sql @@ -0,0 +1,2 @@ +-- ScriptName for Captured Frog +UPDATE `item_template` SET `ScriptName`= 'item_captured_frog' WHERE `entry`=53510; |
