diff options
| author | maximius <none@none> | 2009-09-19 15:44:22 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-09-19 15:44:22 -0700 |
| commit | 22869c7a47315c9f1568b14c4d960bf1d3f345c4 (patch) | |
| tree | 4a1f5ae42083472e88df7c36701d757d84f3849b /sql/updates | |
| parent | 599d0fa65b2f28e99c3a5f6eca2e3b67f0f2e900 (diff) | |
*Add ScriptName to GO 185919 and 185921, thanks WarHead
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5701_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/5701_world.sql b/sql/updates/5701_world.sql new file mode 100644 index 00000000000..6560085346f --- /dev/null +++ b/sql/updates/5701_world.sql @@ -0,0 +1,3 @@ + +UPDATE `gameobject_template` SET `ScriptName`='go_fel_crystalforge' WHERE `entry`=185919; +UPDATE `gameobject_template` SET `ScriptName`='go_bashir_crystalforge' WHERE `entry`=185921; |
