diff options
| author | maximius <none@none> | 2009-09-11 00:58:27 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-09-11 00:58:27 -0700 |
| commit | c528ae74f9daefc61fe4c735aba4d9e1dfe7a41b (patch) | |
| tree | 35149646bbf68eb0a2452299d09222f8ff9b25fc /sql/updates | |
| parent | fef97481f6846fcfb9af4049abacd20577e3f2b3 (diff) | |
*quest 11221 Reports from the Field (Howling Fjord) by Azazel, added missed update SQL from r5610
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5610_world_scripts.sql | 2 | ||||
| -rw-r--r-- | sql/updates/5612_world_scripts.sql | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/5610_world_scripts.sql b/sql/updates/5610_world_scripts.sql new file mode 100644 index 00000000000..4111544d18b --- /dev/null +++ b/sql/updates/5610_world_scripts.sql @@ -0,0 +1,2 @@ + +UPDATE `gameobject_template` SET `ScriptName`='go_shallow_grave' WHERE `entry` IN (128308,128403); diff --git a/sql/updates/5612_world_scripts.sql b/sql/updates/5612_world_scripts.sql new file mode 100644 index 00000000000..59a6b78fe2e --- /dev/null +++ b/sql/updates/5612_world_scripts.sql @@ -0,0 +1,2 @@ + +UPDATE `creature_tempate` SET `ScriptName`='npc_razael_and_lyana',`npcflag`=`npcflag`|1 WHERE `entry` IN (23778,23998); |
