diff options
| author | Malcrom <malcromdev@gmail.com> | 2012-06-05 23:32:09 -0230 |
|---|---|---|
| committer | Malcrom <malcromdev@gmail.com> | 2012-06-05 23:32:09 -0230 |
| commit | f08bc7d5028d70716c2a2e13473607d85515fc14 (patch) | |
| tree | 1246f23cbeb2da2d2d2b56f62b48cf915a6ca83c /sql/updates | |
| parent | 4ca77c5b0bf01752f9302a7591ba0c4226b889e1 (diff) | |
Core/Scripts: Script for Frostblade Shrine to start The Cleansing quest.
Quest is not yet scripted.
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2012_06_05_03_world_script.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_06_05_03_world_script.sql b/sql/updates/world/2012_06_05_03_world_script.sql new file mode 100644 index 00000000000..d10247979d9 --- /dev/null +++ b/sql/updates/world/2012_06_05_03_world_script.sql @@ -0,0 +1,2 @@ +-- Frostblade Shrine Script for Quest The Cleansing +UPDATE `gameobject_template` SET `ScriptName`= 'go_frostblade_shrine' WHERE `entry`=186649; |
