mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
refactor(Scripts/ZulAman): refactor Halazzi (#18267)
* initial * some fixes * last booboos * fixes after test * finale * actual final * blegh
This commit is contained in:
4
data/sql/updates/pending_db_world/root_totem.sql
Normal file
4
data/sql/updates/pending_db_world/root_totem.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `creature_template_movement` WHERE `CreatureId` = 24224;
|
||||
INSERT INTO `creature_template_movement` (`CreatureId`, `Flight`, `Rooted`) VALUES
|
||||
(24224, 1, 1);
|
||||
Reference in New Issue
Block a user