diff options
| author | TheWinchesters <TheWinchesters@users.noreply.github.com> | 2019-12-08 22:26:33 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-12-08 22:26:33 +0100 |
| commit | 415b2c631c456e6418609640ea7c87cfe4316bb6 (patch) | |
| tree | c79727ffaaa4b4f572bb254939421651600e70b7 | |
| parent | 691829ceef1f7466d5918ec1c5556be44c06d164 (diff) | |
DB/GameObject: Stormforged Mole Machine Trap
Closes #23958
3.3.5 Only
| -rw-r--r-- | sql/updates/world/3.3.5/2019_12_08_02_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_12_08_02_world_335.sql b/sql/updates/world/3.3.5/2019_12_08_02_world_335.sql new file mode 100644 index 00000000000..255f368a6ea --- /dev/null +++ b/sql/updates/world/3.3.5/2019_12_08_02_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject_template` WHERE `entry`=195304; +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `size`, `Data0`, `Data1`, `Data2`, `Data3`, `Data4`, `Data5`, `Data6`, `Data7`, `Data8`, `Data9`, `Data10`, `Data11`, `Data12`, `Data13`, `Data14`, `Data15`, `Data16`, `Data17`, `Data18`, `Data19`, `Data20`, `Data21`, `Data22`, `Data23`, `AIName`, `ScriptName`, `VerifiedBuild`) VALUES +(195304, 6, 327, "Stormforged Mole Machine Trap", 0.75, 0, 0, 0, 66491, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "", "", -18019); |
