diff options
author | Killyana <morphone1@gmail.com> | 2018-09-14 15:09:45 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-10-31 01:39:10 +0200 |
commit | c5f5d53e98a19f45a647115a722a94f124880939 (patch) | |
tree | 512b9d7958c2737ab454aaed4676065618f6a1ab | |
parent | 390001fa624ef996d2ae5331e201f9e2d640211b (diff) |
GameObject/SAI: Rookery Egg Spawner
Closes #22430
(cherry picked from commit ce46a0d53c3dbd6d2837020686e3880d98c545ed)
-rw-r--r-- | sql/updates/world/master/2021_10_31_00_world_2018_09_14_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_31_00_world_2018_09_14_00_world.sql b/sql/updates/world/master/2021_10_31_00_world_2018_09_14_00_world.sql new file mode 100644 index 00000000000..987e46c34e7 --- /dev/null +++ b/sql/updates/world/master/2021_10_31_00_world_2018_09_14_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_type`=41, `action_param1`=2100 WHERE `entryorguid` IN (175622); |