diff options
| author | Killyana <morphone1@gmail.com> | 2018-09-25 20:02:07 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-09-25 20:02:07 +0200 |
| commit | a3c20cea2d096eb3274eaac4c6f154e440f98b2e (patch) | |
| tree | fc8dc5436a47700c4f7ac78658cfe94af1893e5d /sql | |
| parent | af3449e06463b3425df2ce67195fa55492af4151 (diff) | |
Creature/Script: Wyrmrest Defender
Closes #22500
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_09_25_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_25_00_world.sql b/sql/updates/world/3.3.5/2018_09_25_00_world.sql new file mode 100644 index 00000000000..1a65ed20b70 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_09_25_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `SourceEntry`=13018, `NegativeCondition`=1 WHERE `SourceGroup` IN (9568) AND `SourceTypeOrReferenceId`=14; |
