diff options
| author | Killyana <morphone1@gmail.com> | 2016-04-28 18:15:43 +0200 | 
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-01-07 03:31:57 +0100 | 
| commit | 98a31e19cc89cbb5867ec966f57d36c6cf932f7c (patch) | |
| tree | 0cfcb06a3fa31eac6895b6fce632afea4b26e1d9 | |
| parent | 4daca9f96f2f245e68ae9139f5df04642eed732c (diff) | |
DB/Script: The Etymidian
Fix Meeting a Great One quest
(cherry picked from commit e130593e85477f204a93f4c1f805ef45b6ed0c2b)
| -rw-r--r-- | sql/updates/world/master/2017_01_07_08_world_2016_04_28_00_world.sql | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/sql/updates/world/master/2017_01_07_08_world_2016_04_28_00_world.sql b/sql/updates/world/master/2017_01_07_08_world_2016_04_28_00_world.sql new file mode 100644 index 00000000000..377f019f899 --- /dev/null +++ b/sql/updates/world/master/2017_01_07_08_world_2016_04_28_00_world.sql @@ -0,0 +1,3 @@ +--  +UPDATE `creature_template` SET `ScriptName`="" WHERE `entry`=28033; +UPDATE `creature_template` SET `ScriptName`="npc_the_etymidian" WHERE `entry`=28092; | 
