Advertising
advertising
related pastes to tag 'waypoint'
- 853641 - MeanMachine: sql mangos generator update waypoint movement
-
- DROP TABLE IF EXISTS `waypoint_scripts`;
- CREATE TABLE `waypoint_scripts` (
- `id` int(11) UNSIGNED NOT NULL DEFAULT '0',
- `delay` int(11) UNSIGNED NOT NULL DEFAULT '0',
- `command` int(11) UNSIGNED NOT NULL DEFAULT '0',
- `datalong` int(11) UNSIGNED NOT NULL DEFAULT '0',
- `datalong2` int(11) UNSIGNED NOT NULL DEFAULT '0',
- `datatext` text NOT NULL,
- 853540 - MeanMachine: sql mangos generator update waypoint movement
-
- DROP TABLE IF EXISTS `waypoint_scripts`;
- CREATE TABLE `waypoint_scripts` (
- `id` int(11) UNSIGNED NOT NULL DEFAULT '0',
- `delay` int(11) UNSIGNED NOT NULL DEFAULT '0',
- `command` int(11) UNSIGNED NOT NULL DEFAULT '0',
- `datalong` int(11) UNSIGNED NOT NULL DEFAULT '0',
- `datalong2` int(11) UNSIGNED NOT NULL DEFAULT '0',
- `datatext` text NOT NULL,
- 853539 - MeanMachine: mangos generator waypoint movement
-
- Index: src/game/Creature.cpp
- ===================================================================
- --- src/game/Creature.cpp (revision 5023)
- +++ src/game/Creature.cpp (working copy)
- @@ -1788,6 +1788,15 @@
- return true;
- }